Skip to main content

TransformMakeRotation

Type

operator

Summary

Creates a new rotation transform value.

Syntax

transform with rotation by <mRotation>

Description

Creates a new rotation transform value.

Parameters

NameTypeDescription

mRotation

An expression which evaluates to a number, the number of degrees of the rotation.

Examples

// Create 30 degree rotation transform
variable tTransform
put transform with rotation by 30 into tTransform
Thank you for your feedback!

Was this page helpful?