Click or drag to resize

PlaneFGetSide Method

Overload List
  NameDescription
Public methodGetSide(BoundsF)
Returns side of the plane that the given box lies on. The box is defined as bounds.
Public methodGetSide(BoundsF)
Returns side of the plane that the given box lies on. The box is defined as bounds.
Public methodGetSide(Vector3F)
Determines from which side of the plane the point is on.
Public methodGetSide(Vector3F)
Determines from which side of the plane the point is on.
Public methodGetSide(Vector3F, Vector3F)
Returns side of the plane that the given box lies on. The box is defined as centre/half-size pairs for effectively.
Public methodGetSide(Vector3F, Single)
Determines from which side of the plane the point is on (with the given precision).
Public methodGetSide(Vector3F, Vector3F)
Returns side of the plane that the given box lies on. The box is defined as centre/half-size pairs for effectively.
Public methodGetSide(Vector3F, Single)
Determines from which side of the plane the point is on (with the given precision).
Top
See Also