Main Page Class Hierarchy Compound List Compound Members Related Pages
Matrix4 Member ListThis is the complete list of members for Matrix4, including all inherited members.
- camera_matrix(const Vector3 &r,const Vector3 &v,const Vector3 &u) (defined in Matrix4)
- identy() (defined in Matrix4)
- invert() (defined in Matrix4)
- m (defined in Matrix4)
- null() (defined in Matrix4)
- operator[](int idx) (defined in Matrix4)
[inline] - operator[](int idx)const (defined in Matrix4)
[inline] - rotate(const Vector3 &r) (defined in Matrix4)
- rotate_x(double w) (defined in Matrix4)
- rotate_y(double w) (defined in Matrix4)
- rotate_z(double w) (defined in Matrix4)
- scale(double sx,double sy,double sz) (defined in Matrix4)
- scale(const Vector3 &s) (defined in Matrix4)
- translate(double tx,double ty,double tz) (defined in Matrix4)
- translate(const Vector3 &t) (defined in Matrix4)
|