Vector3.rotate

Rotate the current Vector by an angle and rotation Vector and returns the result

struct Vector3(T)
rotate
const pure nothrow
(
float angle
,
const Vector3!(T) rot
)
if (
isNumeric!(T)
)

Meta