PlaneFGetSide Method |
Name | Description | |
---|---|---|
GetSide(BoundsF) |
Returns side of the plane that the given box lies on.
The box is defined as bounds.
| |
GetSide(BoundsF) |
Returns side of the plane that the given box lies on.
The box is defined as bounds.
| |
GetSide(Vector3F) |
Determines from which side of the plane the point is on.
| |
GetSide(Vector3F) |
Determines from which side of the plane the point is on.
| |
GetSide(Vector3F, Vector3F) |
Returns side of the plane that the given box lies on.
The box is defined as centre/half-size pairs for effectively.
| |
GetSide(Vector3F, Single) |
Determines from which side of the plane the point is on (with the given precision).
| |
GetSide(Vector3F, Vector3F) |
Returns side of the plane that the given box lies on.
The box is defined as centre/half-size pairs for effectively.
| |
GetSide(Vector3F, Single) |
Determines from which side of the plane the point is on (with the given precision).
|