C4 Engine
C4 Engine API Documentation

Vector3D::RotateAboutX

Defined in:  TSVector3D.h
Rotates a vector about the x axis.
Prototype

Vector3D& RotateAboutX(float angle);

Parameters
angle The angle through which the vector is rotated, in radians.
Description
The RotateAboutX function rotates a vector about the x axis through the angle given by the angle parameter.

The return value is a reference to the vector object.
See Also

Vector3D::RotateAboutY

Vector3D::RotateAboutZ

Vector3D::RotateAboutAxis