Property | Type | Description | |
---|---|---|---|
Max | Vector3f | ||
Min | Vector3f | ||
Zero |
Method | Description | |
---|---|---|
Box3f ( System.Single minX, System.Single minY, System.Single minZ, System.Single maxX, System.Single maxY, System.Single maxZ ) : System |
Create a Box3f by providing minimum and maximum extents.
|
|
Box3f ( Vector3f min, Vector3f max ) : System |
Create a Box3f by providing minimum and maximum extents.
|
|
Distance ( Vector3f point ) : System.Single |
Get the closest distance between this Box3f and the Vector3f.
|
|
Intersect ( Frustum frustum ) : Containment |
Get the intersection between a Box3f and a Frustum.
|
|
Intersect ( Vector3f point ) : Containment |
Get the intersection type between this box and the point.
|
|
NearestPointTo ( Vector3f point ) : Vector3f |
Get the nearest point between this Box3f and a Vector3f. If the Vector3f is inside this Box3f, it is returned untouched.
|
|
NearestPointTo ( Vector3f &point, Vector3f &result ) : void |
Get the nearest point between this Box3f and a Vector3f. If the Vector3f is inside this Box3f, it is returned untouched.
|
|
Overlaps ( Vector3f point ) : bool |
Get whether this Box3f inclusively intersects with the Vector3f.
|
|
Random ( |
Get a random position within the box.
|
|
Random ( |
Get a random position within the box.
|
|
Relative ( System.Single minX, System.Single minY, System.Single minZ, System.Single sizeX, System.Single sizeY, System.Single sizeZ ) : |
Create a Box3f by providing the minimum extent and the size of each side.
|
|
Relative ( Vector3f min, Vector3f size ) : |
Create a Box3f by providing the minimum extent and the size of each side.
|
|
Relative ( System.Single minX, System.Single minY, System.Single minZ, System.Single sizeX, System.Single sizeY, System.Single sizeZ, |
Create a Box3f by providing the minimum extent and the size of each side.
|
|
Relative ( Vector3f min, Vector3f size, |
Create a Box3f by providing the minimum extent and the size of each side.
|
|
ToString ( ) : string |
Convert to a string representation of the Box3f.
|
|
ToString ( string format, IFormatProvider provider ) : string |
Convert to a string representation of the Box3f.
|
public Box3f ( System.Single minX, System.Single minY, System.Single minZ, System.Single maxX, System.Single maxY, System.Single maxZ ) : System | ||
minX | System.Single | |
minY | System.Single | |
minZ | System.Single | |
maxX | System.Single | |
maxY | System.Single | |
maxZ | System.Single | |
return | System |
public Box3f ( Vector3f min, Vector3f max ) : System | ||
min | Vector3f | |
max | Vector3f | |
return | System |
public Distance ( Vector3f point ) : System.Single | ||
point | Vector3f | |
return | System.Single |
public Intersect ( Frustum frustum ) : Containment | ||
frustum | Frustum | |
return | Containment |
public Intersect ( Vector3f point ) : Containment | ||
point | Vector3f | |
return | Containment |
public NearestPointTo ( Vector3f point ) : Vector3f | ||
point | Vector3f | |
return | Vector3f |
public NearestPointTo ( Vector3f &point, Vector3f &result ) : void | ||
point | Vector3f | |
result | Vector3f | |
return | void |
public Random ( |
||
rng | ||
result | Vector3f | |
return | void |
public static Relative ( System.Single minX, System.Single minY, System.Single minZ, System.Single sizeX, System.Single sizeY, System.Single sizeZ ) : |
||
minX | System.Single | |
minY | System.Single | |
minZ | System.Single | |
sizeX | System.Single | |
sizeY | System.Single | |
sizeZ | System.Single | |
return |
public static Relative ( Vector3f min, Vector3f size ) : |
||
min | Vector3f | |
size | Vector3f | |
return |
public static Relative ( System.Single minX, System.Single minY, System.Single minZ, System.Single sizeX, System.Single sizeY, System.Single sizeZ, |
||
minX | System.Single | |
minY | System.Single | |
minZ | System.Single | |
sizeX | System.Single | |
sizeY | System.Single | |
sizeZ | System.Single | |
result | ||
return | void |
public static Relative ( Vector3f min, Vector3f size, |
||
min | Vector3f | |
size | Vector3f | |
result | ||
return | void |
public ToString ( string format, IFormatProvider provider ) : string | ||
format | string | |
provider | IFormatProvider | |
return | string |