Drag[en]gine Script Module DragonScript  1.23
Dragengine.Utils.BoxArea Class Reference

Immutable box area. More...

Inheritance diagram for Dragengine.Utils.BoxArea:

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...
 

Detailed Description

Immutable box area.

Member Function Documentation

◆ containsPoint()

bool Dragengine.Utils.BoxArea.containsPoint ( DVector  point)

Box contains point.

◆ getHalfExtends()

Vector Dragengine.Utils.BoxArea.getHalfExtends ( )

Half extends.

◆ getOrientation()

Quaternion Dragengine.Utils.BoxArea.getOrientation ( )

Orientation.

◆ getPosition()

DVector Dragengine.Utils.BoxArea.getPosition ( )

Position.

◆ new() [1/2]

BoxArea Dragengine.Utils.BoxArea.new ( DVector  position,
Vector  halfExtends 
)

Create box area.

◆ new() [2/2]

BoxArea Dragengine.Utils.BoxArea.new ( DVector  position,
Vector  halfExtends,
Quaternion  orientation 
)

Create box area.


The documentation for this class was generated from the following file: