Plane(Double, Double, Double, Double) Constructor |
Constructs a plane with the given A, B, C and D components.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Plane(
double a,
double b,
double c,
double d
)
Parameters
- a Double
- The A component of the plane.
- b Double
- The B component of the plane.
- c Double
- The C component of the plane.
- d Double
- The D component of the plane.
See Also