PlaneF Constructor (Vector4F) |
Constructs a plane from the given
Vector4F object.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public PlaneF(
Vector4F source
)
Parameters
- source
- Type: NeoAxisVector4F
A specified vector.
See Also