Click or drag to resize

MatrixRotationAxisDegrees(Vector3, Double) Method

Form a rotation Matrix rotating about given axis

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Matrix RotationAxisDegrees(
	Vector3 axis,
	double degrees
)

Parameters

axis  Vector3
Axis to rotate about
degrees  Double
Angle in degrees

Return Value

Matrix
Resulting rotation Matrix
See Also