Click or drag to resize

Transform3DRotateZ Method

Rotates around the z-axis in a right-handed coordinate system.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.7.1
Syntax
C#
public void RotateZ(
	double radians
)

Parameters

radians  Double
The rotation angle in radians.
See Also