SITransformation.SetScalingOrientationFromXYZAngles
 
 
 

SITransformation.SetScalingOrientationFromXYZAngles

Description

Sets the scaling orientation angles of this transformation.

C# Syntax

SITransformation.SetScalingOrientationFromXYZAngles( Double in_dX, Double in_dY, Double in_dZ );

Scripting Syntax

SITransformation.SetScalingOrientationFromXYZAngles( in_dX, in_dY, in_dZ );

Parameters

Parameter Type Description
in_dX Double X scaling orientation angle
in_dY Double Y scaling orientation angle
in_dZ Double Z scaling orientation angle

See Also

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion