Plane Constructor (Double, Double, Double, Double)

CVB.Net Documentation
Creates a new Plane object from the given normal vector components and the distanceToOrigin.

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

public Plane(
	double nx,
	double ny,
	double nz,
	double distanceToOrigin
)

Parameters

nx
Type: SystemDouble
Normal vector x component.
ny
Type: SystemDouble
Normal vector y component.
nz
Type: SystemDouble
Normal vector z component
distanceToOrigin
Type: SystemDouble
Distance to origin in point units.
See Also

Reference