Click or drag to resize
Ab4d.SharpEngine logo

LineSelectorDataGetClosestPositionOnLine Method

Overload List
 NameDescription
Public methodGetClosestPositionOnLine(Vector3, Vector3) Gets the Vector3 that represents the closest position of the line segment with index LastLinePositionIndex to the specified ray. The ray is usually calculated by SceneView.GetRayFromCamera method.
Public methodGetClosestPositionOnLine(Int32, Vector3, Vector3) Gets the Vector3 that represents the closest position of the line segment with index LastLinePositionIndex to the specified ray. The ray is usually calculated by SceneView.GetRayFromCamera method.
Top
See Also