Click or drag to resize

UtilDegrees Method (Vector3)

Convert (by reference) a Vector3 of angles in Radians to angles in Degrees.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static void Degrees(
	ref Vector3 radians
)

Parameters

radians
Type: Microsoft.DirectXVector3
Vector3 of angles in Radians to convert to Degrees.
See Also