<-Back

Function: Rotation

ROTATION 3x3 orthonormal rotation matrix (as a lisp array of numbers)

. Returns a transformation matrix based on a rotation by angle, specified in radians, about an arbitrary vector.

arguments:
vector 3D Vector
angle Number

<-Back