Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

point
Type: Accord.MathPoint3
The point to have its distance from the plane computed.

Return Value

Type: Double
The distance from point to this plane.
See Also