Click or drag to resize

UtilDegrees Method (Vector3)

Convert 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 Vector3 Degrees(
	Vector3 radians
)

Parameters

radians
Type: Microsoft.DirectXVector3
Vector3 of angles in Radians.

Return Value

Type: Vector3
Vector3 of angles in Degrees.
See Also