Click or drag to resize

BoundingBox3 Methods

The BoundingBox3 type exposes the following members.

Methods
  NameDescription
Public methodContains
Determine whether point lies inside the box.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodEquals(BoundingBox3)
check whether two bounding boxes are equal
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 methodIntersects
Determine whether lines intersects with bounding box.
Public methodIsDegenerate
Determines whether a bounding box is degenerate (flat) in one or more directions.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodUnion(BoundingBox3)
Union bounding boxes.
Public methodUnion(Point3)
Add point to bounding box.
Public methodUnion(Vector3)
Add vector to bounding box.
Public methodUnion(Double, Double, Double)
Add point to bounding box.
Top
Extension Methods
  NameDescription
Public Extension MethodConvert (Defined by GeometryExtensions.)
Top
See Also