Click or drag to resize
SbBox3i32 Methods

The SbBox3i32 type exposes the following members.

Methods
  NameDescription
Public methodContains
Tests if the specified box is fully contained inside this box.
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodExtendBy(SbBox3i32)
Extends this box (if necessary) to contain the specified box.
Public methodExtendBy(SbBox3i32)
Extends this box (if necessary) to contain the specified box.
Public methodExtendBy(SbVec3i32)
Extends this box (if necessary) to contain the specified point.
Public methodExtendBy(SbVec3i32)
Extends this box (if necessary) to contain the specified point.
Public methodGetBounds(SbVec3i32, SbVec3i32)
Gets the corners of the box.
Public methodGetBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Gets the corners of the box.
Public methodGetCenter
Returns the center of the box.
Public methodGetClosestPoint
Returns the closest point on the box to the given point. Returns the point on the center of the Z face if passed the center.
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetMax Obsolete.
Use Max property instead.
Public methodGetMin Obsolete.
Use Min property instead.
Public methodGetOrigin
Gets box origin which is the same as the minimum corner of the box.
Public methodGetSize Obsolete.
Use Size property instead.
Public methodGetSize(Int32, Int32, Int32)
Gets box size.
Public methodGetSpan
Finds the span of a box along a specified direction.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVolume
Computes the volume of the box.
Public methodHasVolume
Tests if the box defines a volume (not degenerated).
Public methodIntersect(SbBox3i32)
Public methodIntersect(SbBox3i32)
Tests if the bb box intersects this box.
Public methodIntersect(SbVec3i32)
Public methodIntersect(SbVec3i32)
Tests if the pt point intersects this box.
Public methodIntersection
Gets the intersection of the specified box with this box.
Public methodIsEmpty Obsolete.
Use Empty property instead.
Public methodMakeEmpty
Makes this box empty.
Public methodOutside(SbMatrix, Int32)
Public methodOutside(SbMatrix, Int32)
Tests if bounding box is completely outside the view-volume defined by the model+view+projection matrix given.
Public methodSetBounds(SbVec3i32, SbVec3i32)
Sets the corners of the box.
Public methodSetBounds(SbVec3i32, SbVec3i32)
Sets the corners of the box.
Public methodSetBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Sets the corners of the box.
Public methodToString
Converts this SbBox3i32 structure to a human readable string.
(Overrides ValueTypeToString.)
Public methodTransform(SbMatrix)
Transforms box by matrix, enlarging box to contain result.
Public methodTransform(SbMatrix)
Transforms box by matrix, enlarging box to contain result.
Top
See Also