Floorplan
Enumerations
Classes
Functions
clamp
- Floorplan.clamp(value, min, max)
- Arguments
value (
number()
) – Nonemin (
number()
) – Nonemax (
number()
) – None
Clamps a number to lie within the given min/max values
- Return type
number
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