Rotation
Rotates a figure.
Syntax
rotation(Real, Vector)
rotation(Real, Figure)
rotation(Point, Real, Figure)
rotation(Point, Vector, Real, Figure)
Description
Given a real and a vector , rotates by an angle . That is the following computation
Given a real and a figure f, rotates f an angle of radians around the origin.
Given a point , a real and a figure f, rotates f an angle of radians around .
Given a point, a vector , a real and a figure f, rotates f an angle of radians with respect to line passing by and vector .