Свойство | Тип | Описание | |
---|---|---|---|
Max | Vector3 | ||
Min | Vector3 |
Метод | Описание | |
---|---|---|
AddBounds ( |
||
AddPoint ( Vector3 point ) : bool | ||
AddPoint ( Vector4 point ) : bool | ||
AxisProjection ( Vector3 direction, float &min, float &max ) : void | ||
BoundsForPointRotation ( Vector3 start, |
||
Clear ( ) : void | ||
Equals ( object obj ) : bool | ||
Expand ( float d ) : |
||
Expand ( |
||
FromBoundsRotation ( |
Most tight bounds for the rotational movement of the given bounds.
|
|
FromBoundsTranslation ( |
Most tight bounds for the translational movement of the given bounds.
|
|
FromPointRotation ( Vector3 point, |
Most tight bounds for the rotational movement of the given point.
|
|
FromPointTranslation ( Vector3 point, Vector3 translation ) : |
Most tight bounds for the translational movement of the given point.
|
|
FromTransformedBounds ( |
||
GetRadius ( ) : float | ||
GetRadius ( Vector3 center ) : float | ||
Translate ( Vector3 translation ) : void | ||
idBounds ( Vector3 point ) : System | ||
idBounds ( Vector3 min, Vector3 max ) : System | ||
operator ( ) : bool | ||
operator ( ) : |
public AxisProjection ( Vector3 direction, float &min, float &max ) : void | ||
direction | Vector3 | |
min | float | |
max | float | |
Результат | void |
public static BoundsForPointRotation ( Vector3 start, |
||
start | Vector3 | |
rotation | ||
Результат |
public static Expand ( float d ) : |
||
d | float | |
Результат |
public static Expand ( |
||
bounds | ||
d | float | |
Результат |
public static FromBoundsRotation ( |
||
bounds | ||
origin | Vector3 | |
axis | Matrix | |
rotation | ||
Результат |
public static FromBoundsTranslation ( |
||
bounds | ||
origin | Vector3 | |
axis | Matrix | |
translation | Vector3 | |
Результат |
public static FromPointRotation ( Vector3 point, |
||
point | Vector3 | |
rotation | ||
Результат |
public static FromPointTranslation ( Vector3 point, Vector3 translation ) : |
||
point | Vector3 | |
translation | Vector3 | |
Результат |
public static FromTransformedBounds ( |
||
bounds | ||
origin | Vector3 | |
axis | Matrix | |
Результат |
public GetRadius ( Vector3 center ) : float | ||
center | Vector3 | |
Результат | float |
public Translate ( Vector3 translation ) : void | ||
translation | Vector3 | |
Результат | void |
public idBounds ( Vector3 point ) : System | ||
point | Vector3 | |
Результат | System |
public idBounds ( Vector3 min, Vector3 max ) : System | ||
min | Vector3 | |
max | Vector3 | |
Результат | System |