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