PlaneF(Single, Single, Single, Single) 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 PlaneF(
float a,
float b,
float c,
float d
)
Parameters
- a Single
- The A component of the plane.
- b Single
- The B component of the plane.
- c Single
- The C component of the plane.
- d Single
- The D component of the plane.
See Also