Свойство | Type | Description | |
---|---|---|---|
max | Vector3 | ||
min | Vector3 |
Méthode | Description | |
---|---|---|
Box3 ( Vector3 min, Vector3 max ) : System | ||
center ( ) : Vector3 | ||
clone ( ) : |
||
containsPoint ( Vector3 point ) : bool | ||
distanceToPoint ( Vector3 point ) : double | ||
empty ( ) : bool | ||
equals ( |
||
expandByPoint ( Vector3 p ) : void | ||
expandByScalar ( double s ) : |
||
expandByVector ( Vector3 vector3 ) : |
||
getBoundingSphere ( ) : |
||
makeEmpty ( ) : |
||
set ( Vector3 min, Vector3 max ) : void | ||
setFromObject ( |
||
size ( ) : Vector3 |
Méthode | Description | |
---|---|---|
isIntersectionBox ( |
public Box3 ( Vector3 min, Vector3 max ) : System | ||
min | Vector3 | |
max | Vector3 | |
Résultat | System |
public containsPoint ( Vector3 point ) : bool | ||
point | Vector3 | |
Résultat | bool |
public distanceToPoint ( Vector3 point ) : double | ||
point | Vector3 | |
Résultat | double |
public expandByVector ( Vector3 vector3 ) : |
||
vector3 | Vector3 | |
Résultat |
public set ( Vector3 min, Vector3 max ) : void | ||
min | Vector3 | |
max | Vector3 | |
Résultat | void |
public setFromObject ( |
||
obj | ||
Résultat |