Method RotateX
RotateX(float)
Returns a RigidTransform that rotates around the x-axis by a given number of radians.
Declaration
public static RigidTransform RotateX(float angle)
Parameters
Type | Name | Description |
---|---|---|
float | angle | The clockwise rotation angle when looking along the x-axis towards the origin in radians. |
Returns
Type | Description |
---|---|
RigidTransform | The RigidTransform of rotating around the x-axis by the given angle. |