5 results for "angle"
function function function function function
FVector::RotateAngleAxis Core
Returns this vector rotated around the given axis by AngleDeg degrees, using Rodrigues' rotation formula.
FMath::Atan2 Core
Returns the angle in radians between the positive X axis and the point (X, Y), in the range [-π, π].
FMath::Cos Core
Returns the cosine of an angle given in radians.
FVector::DotProduct Core
Computes the dot product of two vectors: `A.
FMath::Sin Core
Returns the sine of an angle given in radians.