Vector3D::RotateAboutY
Defined in:
Rotates a vector about the y axis.
TSVector3D.h
Prototype
Vector3D& RotateAboutY(float angle);
Parameters
angle |
The angle through which the vector is rotated, in radians. |
Description
The RotateAboutY
function rotates a vector about the y axis through the angle given by the angle
parameter.The return value is a reference to the vector object.
See Also