 |
LineSelectorDataGetClosestPositionOnLine(Vector2) Method |
Gets the Vector3 that represents the closest position of the line segment with index
LastLinePositionIndex
to the camera ray that is created from the specified screenPosition.
This method can be used only when the LineSelectorData was created with a SceneView as a constructor parameter.
When the camera ray cannot be constructed, then Vector3 with float.NaN is returned.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic Vector3 GetClosestPositionOnLine(
Vector2 screenPosition
)
Parameters
- screenPosition Vector2
- 2D position that will be used to calculate the distance to this line
Return Value
Vector3closest position to the specified screenPosition or Vector3 with float.NaN in case the closest position cannot be calculated
See Also