|
PlaneDistanceToPoint Method
|
Computes the distance from point to plane.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double DistanceToPoint(
Point3 point
)
Public Function DistanceToPoint (
point As Point3
) As Double
Request Example
View SourceParameters
- point
- Type: Accord.MathPoint3
The point to have its distance from the plane computed.
Return Value
Type:
DoubleThe distance from
point to this plane.
See Also