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