PolygonModifier.ApplyTransform

PolygonModifier.ApplyTransform method

Apply transform matrix on control points of all geometries

public static void ApplyTransform(Node node, Matrix4 transform)
ParameterTypeDescription
nodeNodeWhich node’s geometries will be applied with given transform
transformMatrix4The transformation matrix that will be applied to control points.

See Also