OBB Methods

The OBB type exposes the following members.

Methods
  NameDescription
Public methodClosestPointTo(Line)
Calculates the closest point in OBB to given Line.
Public methodClosestPointTo(LineSegment)
Calculates the closest point in OBB to given LineSegment.
Public methodClosestPointTo(Point)
Calculates the closest point in OBB to given point.
Public methodComputeVertices
Calculates the corner points of the OBB.
Public methodDistanceTo(Line)
Calculates the distance from OBB to given Line.
Public methodDistanceTo(LineSegment)
Calculates the distance from OBB to given LineSegment.
Public methodDistanceTo(Point)
Calculates the distance from OBB to given point.
Public methodEquals(Object)
Tests for the exact equality of two OBBs.
(Overrides ObjectEquals(Object).)
Public methodEquals(OBB)
Tests for the exact equality of two OBBs.
Public methodGetHashCode
Gets the hash code for the obb.
(Overrides ObjectGetHashCode.)
Public methodIntersectionPointsWith(Line)
Calculates the intersection points between OBB and given Line.
Public methodIntersectionPointsWith(LineSegment)
Calculates the intersection points between OBB and given LineSegment.
Public methodIntersectionWith(Line)
Creates an intersection between the OBB and the given Line.
Public methodIntersectionWith(LineSegment)
Creates an intersection between the OBB and the given LineSegment.
Public methodIntersects(GeometricPlane)
Tests if current OBB intersects with the given GeometricPlane
Public methodIntersects(Line)
Tests if current OBB intersects with the given Line
Public methodIntersects(LineSegment)
Tests if current OBB intersects with the given LineSegment
Public methodIntersects(OBB)
Tests if current OBB intersects with the given OBB
Public methodSetAxis(Vector)
Sets the Axis to the OBB.
Public methodSetAxis(Vector, Vector, Vector)
Sets the Axis to the OBB.
Public methodSetExtent(Double)
Sets the extents to the OBB.
Public methodSetExtent(Double, Double, Double)
Sets the extents to the OBB.
Public methodShortestSegmentTo(Line)
Calculates the shortest LineSegment from OBB to the given Line.
Public methodShortestSegmentTo(LineSegment)
Calculates the shortest LineSegment from OBB to the given LineSegment.
Public methodShortestSegmentTo(Point)
Calculates the shortest LineSegment from OBB to the given point.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next