Drag[en]gine Script Module DragonScript 1.23
|
Immutable box area. More...
Public Member Functions | |
bool | containsPoint (DVector point) |
Box contains point. | |
Vector | getHalfExtends () |
Half extends. | |
Quaternion | getOrientation () |
Orientation. | |
DVector | getPosition () |
Position. | |
BoxArea | new (DVector position, Vector halfExtends) |
Create box area. | |
BoxArea | new (DVector position, Vector halfExtends, Quaternion orientation) |
Create box area. | |
Immutable box area.
bool Dragengine.Utils.BoxArea.containsPoint | ( | DVector | point | ) |
Box contains point.
Vector Dragengine.Utils.BoxArea.getHalfExtends | ( | ) |
Half extends.
Quaternion Dragengine.Utils.BoxArea.getOrientation | ( | ) |
Orientation.
DVector Dragengine.Utils.BoxArea.getPosition | ( | ) |
Position.
BoxArea Dragengine.Utils.BoxArea.new | ( | DVector | position, |
Vector | halfExtends | ||
) |
Create box area.
BoxArea Dragengine.Utils.BoxArea.new | ( | DVector | position, |
Vector | halfExtends, | ||
Quaternion | orientation | ||
) |
Create box area.