Gin
Loading...
Searching...
No Matches
Mat4< T > Member List

This is the complete list of members for Mat4< T >, including all inherited members.

identity()Mat4< T >static
lookAt(const Vec3< T > &eye, const Vec3< T > &target, const Vec3< T > &up)Mat4< T >static
mMat4< T >
Mat4()Mat4< T >
operator*(const Mat4 &other) constMat4< T >
orthographic(T left, T right, T bottom, T top, T nearZ, T farZ)Mat4< T >static
perspective(T fovY, T aspect, T nearZ, T farZ)Mat4< T >static
project(const Vec3< T > &v) constMat4< T >
rotationX(T angle)Mat4< T >static
rotationY(T angle)Mat4< T >static
rotationZ(T angle)Mat4< T >static
scale(T x, T y, T z)Mat4< T >static
scale(T s)Mat4< T >static
transformPoint(const Vec3< T > &v) constMat4< T >
transformVector(const Vec3< T > &v) constMat4< T >
translation(T x, T y, T z)Mat4< T >static
translation(const Vec3< T > &v)Mat4< T >static