-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
FeatureNew FeatureNew Feature
Description
type
Mixin
Name
CuboidVolume
Enhancement description.
A mixin class that represents an enclosed cuboid volume.
Suggested methods:
-
Constructors (and opAssign) using:
- VecMin, VecMax
- width, height, depth
-
bool IsInside(vec)- Returns if a vector is inside this enclosed volume (useful for emulating triggers) -
setMin(vec)/setMax(vec)- Set the min/maxs -
opMul- Scales the volume on all axis -
scaleX,scaleY,scaleZ- scales respective axis -
SetOrigin- Set an origin to orient this in space -
GetOrigin- Get the origin of the center of this cuboid
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureNew FeatureNew Feature