Box |
The BoxF type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(BoxF, Vector3F) | Addition of a given box and a vector. | |
| Add(BoxF, Vector3F, BoxF) | Addition of a given box and a vector. | |
| Contains(BoundsF) | Determines whether the current instance of BoxF contains given bounds. | |
| Contains(BoundsF) | Determines whether the current instance of BoxF contains given bounds. | |
| Contains(BoxF) | Determines whether the current instance of BoxF contains another instance of BoxF. | |
| Contains(BoxF) | Determines whether the current instance of BoxF contains another instance of BoxF. | |
| Contains(SphereF) | Determines whether the current instance of BoxF contains the given sphere. | |
| Contains(SphereF) | Determines whether the current instance of BoxF contains the given sphere. | |
| Contains(Vector3F) | Determines whether the current instance of BoxF contains a given point. | |
| Contains(Vector3F) | Determines whether the current instance of BoxF contains a given point. | |
| Equals(Object) |
Determines whether the specified object is equal to the current instance of BoxF.
(Overrides ValueTypeEquals(Object)) | |
| Equals(BoxF, Single) | Determines whether the specified box is equal to the current instance of BoxF with a given precision. | |
| Expand | Expands the current instance of BoxF by a given value. | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetPlaneDistance(PlaneF) | Calculates the distance between the current instance of BoxF and the given plane. | |
| GetPlaneDistance(PlaneF) | Calculates the distance between the current instance of BoxF and the given plane. | |
| GetPlaneSide(PlaneF) | Determines from which side of the plane the box is on. | |
| GetPlaneSide(PlaneF) | Determines from which side of the plane the box is on. | |
| GetPointDistance | Calculates the distance between the current instance of BoxF and the given point. | |
| GetPointDistanceSquared | Calculates the squared distance between the current instance of BoxF and the given point. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetVolume | Returns the volume of the current instance of BoxF. | |
| Intersects(BoundsF) | Determines whether the given bounds intersect the current instance of BoxF. | |
| Intersects(BoundsF) | Determines whether the given bounds intersect the current instance of BoxF. | |
| Intersects(BoxF) | Determines whether another instance of BoxF intersects the current instance of BoxF. | |
| Intersects(BoxF) | Determines whether another instance of BoxF intersects the current instance of BoxF. | |
| Intersects(RayF) | Determines whether the given ray intersects the current instance of BoxF. | |
| Intersects(RayF) | Determines whether the given ray intersects the current instance of BoxF. | |
| Intersects(RayF, Single, Single) | Determines whether the given ray intersects the current instance of BoxF. | |
| Intersects(RayF, Single, Single) | Determines whether the given ray intersects the current instance of BoxF. | |
| IsCleared | Determines whether the box is not initialized. | |
| Multiply(BoxF, Matrix3F) | Multiplication of a given box and a matrix. | |
| Multiply(BoxF, Matrix4F) | Multiplication of a given box and a matrix. | |
| Multiply(BoxF, Matrix3F, BoxF) | Multiplication of a given box and a matrix. | |
| Multiply(BoxF, Matrix4F, BoxF) | Multiplication of a given box and a matrix. | |
| ToBounds | Converts the current instance of BoxF into the equivalent BoundsF structure. | |
| ToBounds(BoundsF) | Converts the current instance of BoxF into the equivalent BoundsF structure. | |
| ToBox | Converts the current instance of BoxF to the box of Box format. | |
| ToPoints | Converts the current instance of BoxF into the box corners array and returns the result. | |
| ToPoints(Vector3F) | Converts the current instance of BoxF 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) |