Click or drag to resize
DigitalRuneCircleShapeGetAabb Method
Computes the axis-aligned bounding box (AABB) for this shape.
Overload List
  NameDescription
Public methodGetAabb
Computes the axis-aligned bounding box (AABB) for this shape in local space.
(Inherited from Shape.)
Public methodGetAabb(Pose)
Computes the axis-aligned bounding box (AABB) for this shape positioned in world space using the given Pose.
(Inherited from Shape.)
Public methodGetAabb(Vector3F, Pose)
Computes the axis-aligned bounding box (AABB) for this shape positioned in world space using the given scale and Pose.
(Overrides ConvexShapeGetAabb(Vector3F, Pose).)
Top
See Also