Click or drag to resize

Aabb3 Methods

The Aabb3 type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodExtend(Aabb3)
Extends the bounding box with the specified Aabb3.
Public methodExtend(Vector3)
Extends the bounding box with the specified Vector3.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the Aabb3 to a String.
(Overrides ValueTypeToString.)
Top
See Also