Plane(Vector3, Double) Constructor |
Constructs a plane with the given normal and the distance along this normal from the origin.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Plane(
Vector3 normal,
double distance
)
Parameters
- normal Vector3
- The normal vector of the plane.
- distance Double
- The distance of the plane along its normal from the origin.
See Also