Свойство | Type | Description | |
---|---|---|---|
XMax | double | ||
XMin | double | ||
YMax | double | ||
YMin | double | ||
ZMax | double | ||
ZMin | double |
Méthode | Description | |
---|---|---|
BoundingSphere ( ) : double>.Tuple |
||
Equals ( |
||
Equals ( object obj ) : bool | ||
FromTriangle ( IReadOnlyList |
||
FromTriangle ( |
||
FromVertices ( IReadOnlyList |
||
GetHashCode ( ) : int | ||
Inside ( System.Vector3 p ) : bool | ||
Intersect ( |
||
Intersects ( |
||
ProcessVertices ( Action |
Passes every vertex to the action. This method avoids creating an array of vertices on the heap and incurring the garbage collection and iteration costs.
|
|
Range3Single ( System.Vector3 p0, System.Vector3 p1 ) : System | ||
Range3Single ( double x0, double y0, double z0, double x1, double y1, double z1 ) : System | ||
Scale ( double s ) : |
||
ToString ( ) : string | ||
operator ( ) : bool |
Méthode | Description | |
---|---|---|
Adjust ( System.Vector3 vertex, double &xmin, double &xmax, double &ymin, double &ymax, double &zmin, double &zmax ) : void | ||
Between ( double v, double lower, double upper ) : bool |
public Equals ( |
||
other | ||
Résultat | bool |
public static FromTriangle ( IReadOnlyList |
||
triangles | IReadOnlyList |
|
Résultat |
public static FromTriangle ( |
||
triangle | ||
Résultat |
public static FromVertices ( IReadOnlyList |
||
vertices | IReadOnlyList |
|
Résultat |
public Intersect ( |
||
other | ||
Résultat |
public Intersects ( |
||
other | ||
Résultat | bool |
public ProcessVertices ( Action |
||
action | Action |
|
Résultat | void |
public Range3Single ( System.Vector3 p0, System.Vector3 p1 ) : System | ||
p0 | System.Vector3 | |
p1 | System.Vector3 | |
Résultat | System |
public Range3Single ( double x0, double y0, double z0, double x1, double y1, double z1 ) : System | ||
x0 | double | |
y0 | double | |
z0 | double | |
x1 | double | |
y1 | double | |
z1 | double | |
Résultat | System |