PlaneDistanceToPoint Method (Point3Df)

CVB.Net Documentation
Calculates the distance to the point pt.

Namespace:  Stemmer.Cvb.Geometry3D
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public double DistanceToPoint(
	Point3Df pt
)

Parameters

pt
Type: Stemmer.CvbPoint3Df
Point to calculate the distance to.

Return Value

Type: Double
Distance of point pt to this plane.
See Also

Reference