Click or drag to resize

Transform3DRotateZ Method

Rotates the matrix around the z-axis

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

Parameters

radians  Double
The rotation angle.
See Also