rotate_val


Description:

public Vector3 rotate_val (double alpha, double beta, double gamma)

Identical to [method@Vector3.

rotate], but the vectors are passed by value rather than by reference.

Parameters:

this

a Vector3.

alpha

the angle (in radian) of rotation around the Z axis.

beta

the angle (in radian) of rotation around the Y axis.

gamma

the angle (in radian) of rotation around the X axis.

Returns:

the rotated vector.