Rotation matrix Computes the rotation matrix of angle : . Syntax rotation_matrix(Real) rotation_matrix(Point, Vector, Real) Description rotation_matrix(Real) Given a real , computes the rotation matrix of angle . rotation_matrix(Point, Vector, Real) Given a point , a vector and a real , computes the rotation matrix around the line passing through and vector with angle . Related functions Symmetry matrix, Rotation Table of Contents Syntax Description Related functions