BoxF Structure |
Namespace: NeoAxis
public struct BoxF
The BoxF type exposes the following members.
Name | Description | |
---|---|---|
BoxF(BoundsF) |
Constructs a box with the given bounds.
| |
BoxF(BoxF) |
Constructs a box with another specified BoxF object.
| |
BoxF(Vector3F) |
Constructs a box with the given center point.
| |
BoxF(BoundsF, Vector3F, Matrix3F) |
Constructs a box with the given bounds, origin and axis.
| |
BoxF(BoundsF, Vector3F, Matrix3F) |
Constructs a box with the given bounds, origin and axis.
| |
BoxF(Vector3F, Vector3F, Matrix3F) |
Constructs a box with the given center, extents and axis.
| |
BoxF(Vector3F, Vector3F, Matrix3F) |
Constructs a box with the given center, extents and axis.
|
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 | |
---|---|---|
Addition |
Addition of a given box and a vector.
| |
Equality |
Determines whether two given boxes are equal.
| |
(BoxF to Box) |
Implicit conversion from BoxF type to Box type for the given value.
| |
Inequality |
Determines whether two given boxes are unequal.
| |
Multiply(BoxF, Matrix3F) |
Multiplication of a given box and a matrix.
| |
Multiply(BoxF, Matrix4F) |
Multiplication of a given box and a matrix.
|
Name | Description | |
---|---|---|
Axis |
Axis of the box.
| |
Center |
The center of the box.
| |
Cleared |
Not initialized box.
| |
Extents |
The extents of the box.
| |
Zero |
The box with zero size.
|
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
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.) |