Open 3D Engine AtomTressFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AMD::Matrix4 Member List

This is the complete list of members for AMD::Matrix4, including all inherited members.

GetElement(int i, int j) const (defined in AMD::Matrix4)AMD::Matrix4
IDENTITY (defined in AMD::Matrix4)AMD::Matrix4static
m (defined in AMD::Matrix4)AMD::Matrix4
Matrix4() (defined in AMD::Matrix4)AMD::Matrix4
Matrix4(const Matrix4 &other) (defined in AMD::Matrix4)AMD::Matrix4
Matrix4(float r1[4], float r2[4], float r3[4], float r4[4]) (defined in AMD::Matrix4)AMD::Matrix4
Matrix4(float e00, float e01, float e02, float e03, float e10, float e11, float e12, float e13, float e20, float e21, float e22, float e23, float e30, float e31, float e32, float e33) (defined in AMD::Matrix4)AMD::Matrix4
operator const float *() const (defined in AMD::Matrix4)AMD::Matrix4inline
operator float *() const (defined in AMD::Matrix4)AMD::Matrix4inline
operator*(const Vector3 &vec) const (defined in AMD::Matrix4)AMD::Matrix4
operator*(const Matrix4 &other) const (defined in AMD::Matrix4)AMD::Matrix4
operator=(const Matrix4 &other) (defined in AMD::Matrix4)AMD::Matrix4
SetIdentity() (defined in AMD::Matrix4)AMD::Matrix4
SetRotation(const Vector3 &axis, float ang) (defined in AMD::Matrix4)AMD::Matrix4
SetTranslate(float x, float y, float z) (defined in AMD::Matrix4)AMD::Matrix4
ZERO (defined in AMD::Matrix4)AMD::Matrix4static
~Matrix4() (defined in AMD::Matrix4)AMD::Matrix4