PlaneF Constructor |
Name | Description | |
---|---|---|
![]() | PlaneF(PlaneF) |
Constructs a plane with another specified PlaneF object.
|
![]() | PlaneF(Vector4F) |
Constructs a plane from the given Vector4F object.
|
![]() | PlaneF(Vector3F, Single) |
Constructs a plane with the given normal and the distance along this normal from the origin.
|
![]() | PlaneF(Single, Single, Single, Single) |
Constructs a plane with the given A, B, C and D components.
|