Click or drag to resize

BBox Methods

The BBox type exposes the following members.

Methods
  NameDescription
Public methodAdd(BSphere)
Public methodAdd(Vector3)
Public methodContains
Public methodStatic memberFromPoints
Public methodStatic memberGE
Public methodIntersects(Ray)
Whether the specified ray intersects the bounding box.
Public methodIntersects(Ray, Single)
Whether the specified ray intersects the bounding box.
Public methodStatic memberLE
Public methodStatic memberMax
Public methodStatic memberMin
Public methodToString (Overrides ObjectToString.)
Public methodStatic memberTransform
Get the bounding box and transform it into parent coordinates. Bounding cube needs all 8 points to be transformed in case of rotation p3 p0/pMax p7 p4 p2 p1 p6/pMin p5 And then new bounding box computed to be axis aligned.
Top
See Also