Transformations (OpScript)
Transformations
Generating Matrices
- XFormUtils.CalcTransformMatrixAtTime(GroupAttribute xform, number time) GroupAttribute
- XFormUtils.CalcTransformMatrixAtTimes(GroupAttribute xform, table<number> times) GroupAttribute
- XFormUtils.CalcTransformMatrixAtExistingTimes(GroupAttribute xform) xform
Handling Bounds
- XFormUtils.CreateBoundsAttr(number xMin, number xMax, number yMin, number yMax, number zMin, number zMax) DoubleAttribute
- XFormUtils.MergeBounds(DoubleAttribute boundsA, DoubleAttribute boundsB) DoubleAttribute
- XFormUtils.CalcTransformedBoundsAtExistingTimes(GroupAttribute|DoubleAttribute xform, DoubleAttribute bounds) DoubleAttribute
- XFormUtils.CollapseBoundsTimeSamples(DoubleAttribute bounds) DoubleAttribute