FVector3ToDeg Method

Return the ray angle, expressed in degrees.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 ToDeg(
	FVector3 rayAngle
)

Parameters

rayAngle  FVector3
Ray angles.

Return Value

FVector3
Angles of ray, expressed in degrees.

See Also