Box Methods |
The Box type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Box, Vector3) | Addition of a given box and a vector. | |
| Add(Box, Vector3, Box) | Addition of a given box and a vector. | |
| Contains(Bounds) | Determines whether the current instance of Box contains given bounds. | |
| Contains(Bounds) | Determines whether the current instance of Box contains given bounds. | |
| Contains(Box) | Determines whether the current instance of Box contains another instance of Box. | |
| Contains(Box) | Determines whether the current instance of Box contains another instance of Box. | |
| Contains(Sphere) | Determines whether the current instance of Box contains the given sphere. | |
| Contains(Sphere) | Determines whether the current instance of Box contains the given sphere. | |
| Contains(Vector3) | Determines whether the current instance of Box contains a given point. | |
| Contains(Vector3) | Determines whether the current instance of Box contains a given point. | |
| Equals(Object) |
Determines whether the specified object is equal to the current instance of Box.
(Overrides ValueTypeEquals(Object)) | |
| Equals(Box, Double) | Determines whether the specified box is equal to the current instance of Box with a given precision. | |
| Expand | Expands the current instance of Box by a given value. | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetPlaneDistance(Plane) | Calculates the distance between the current instance of Box and the given plane. | |
| GetPlaneDistance(Plane) | Calculates the distance between the current instance of Box and the given plane. | |
| GetPlaneSide(Plane) | Determines from which side of the plane the box is on. | |
| GetPlaneSide(Plane) | Determines from which side of the plane the box is on. | |
| GetPointDistance | Calculates the distance between the current instance of Box and the given point. | |
| GetPointDistanceSquared | Calculates the squared distance between the current instance of Box and the given point. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetVolume | Returns the volume of the current instance of Box. | |
| Intersects(Bounds) | Determines whether the given bounds intersect the current instance of Box. | |
| Intersects(Bounds) | Determines whether the given bounds intersect the current instance of Box. | |
| Intersects(Box) | Determines whether another instance of Box intersects the current instance of Box. | |
| Intersects(Box) | Determines whether another instance of Box intersects the current instance of Box. | |
| Intersects(Ray) | Determines whether the given ray intersects the current instance of Box. | |
| Intersects(Ray, Double, Double) | Determines whether the given ray intersects the current instance of Box. | |
| IsCleared | Determines whether the box is not initialized. | |
| Multiply(Box, Matrix3) | Multiplication of a given box and a matrix. | |
| Multiply(Box, Matrix4) | Multiplication of a given box and a matrix. | |
| Multiply(Box, Matrix3, Box) | Multiplication of a given box and a matrix. | |
| Multiply(Box, Matrix4, Box) | Multiplication of a given box and a matrix. | |
| ToBounds | Converts the current instance of Box into the equivalent Bounds structure. | |
| ToBounds(Bounds) | Converts the current instance of Box into the equivalent Bounds structure. | |
| ToBoxF | Converts the current instance of Box to the box of BoxF format. | |
| ToPoints | Converts the current instance of Box into the box corners array and returns the result. | |
| ToPoints(Vector3) | Converts the current instance of Box into the box corners array. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |