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