LineComputePointToPointDistance Method |
Computes the distance from the line point to another point
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic double ComputePointToPointDistance(
Vector3 otherPoint
)
Parameters
- otherPoint Vector3
- the point to compute the distance from the line point. The point is supposed to be on the same line.
Return Value
Doublepoints distance. If the point submitted is behind the direction, the distance is negative
See Also