Click or drag to resize
SbBox4i32 Methods

The SbBox4i32 type exposes the following members.

Methods
  NameDescription
Public methodContains
Tests if the specified box is fully contained inside this box.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodExtendBy(SbBox4i32)
Extends this box (if necessary) to contain the specified box.
Public methodExtendBy(SbBox4i32)
Extends this box (if necessary) to contain the specified box.
Public methodExtendBy(SbVec4i32)
Extends this box (if necessary) to contain the specified point.
Public methodExtendBy(SbVec4i32)
Extends this box (if necessary) to contain the specified point.
Public methodGetCenter
Returns the center of the box.
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 methodIntersect(SbBox4i32)
Public methodIntersect(SbBox4i32)
Tests if the bb box intersects this box.
Public methodIntersect(SbVec4i32)
Public methodIntersect(SbVec4i32)
Tests if the pt point intersects this box.
Public methodIntersection
Gets the intersection of the specified box with this box.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also