Floorplan
Enumerations
Classes
Functions
clamp
-
Floorplan.
clamp
(value, min, max) Arguments: - value (
number()
) – None - min (
number()
) – None - max (
number()
) – None
Clamps a number to lie within the given min/max values
Return type: number - value (
isPointInBox
isPointInBoxOnlyZ
multiplyMatrices
-
Floorplan.
multiplyMatrices
(matrices) Arguments: - matrices (
[Matrix]()
) – None
Multiplies all given matrices in order.
- TODO: SCW: Ordering: Reevaluate after COM-679 is complete. Adjust ordering to match, or
- remove this function if new Matrix4 class supports >2 arguments.
Return type: Matrix - matrices (