Method GetPointOnSolverPlane
GetPointOnSolverPlane(Vector3)
Convert a world position coordinate to the solver's plane space.
Declaration
protected Vector3 GetPointOnSolverPlane(Vector3 worldPosition)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | worldPosition | Vector3 representing world position |
Returns
Type | Description |
---|---|
Vector3 | Converted position in solver's plane |