PlaneDistanceToPoint Method (Double, Double, Double)

CVB.Net Documentation
Calculates the distance to the point given by its components.

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

public double DistanceToPoint(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
Point x component.
y
Type: SystemDouble
Point y component.
z
Type: SystemDouble
Point z component.

Return Value

Type: Double
Distance to this plane.
See Also

Reference