FVector4ToDeg Method

Return the ray angle, expressed in degrees.

Definition

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

Parameters

rayAngle  FVector4
Ray angles.

Return Value

FVector4
Angles of ray, expressed in degrees.

See Also