|
Jungle_Week1_Team2
|
This is the complete list of members for FMatrix, including all inherited members.
| ApplyScale(const FVector &Scale) const noexcept | FMatrix | inline |
| ApplyScale(float Scale) const noexcept | FMatrix | inline |
| Decompose(FVector &OutTranslation, FMatrix &OutRotation, FVector &OutScale, float Tolerance=1.e-8f) const noexcept | FMatrix | inline |
| Determinant() const noexcept | FMatrix | inline |
| Equals(const FMatrix &Other, float Tolerance=1.e-6f) const noexcept | FMatrix | inline |
| FMatrix() noexcept | FMatrix | inline |
| FMatrix(float M00, float M01, float M02, float M03, float M10, float M11, float M12, float M13, float M20, float M21, float M22, float M23, float M30, float M31, float M32, float M33) noexcept | FMatrix | inline |
| FMatrix(const FVector4 &Row0, const FVector4 &Row1, const FVector4 &Row2, const FVector4 &Row3) noexcept | FMatrix | inline |
| FMatrix(CXMMatrix InMatrix) noexcept | FMatrix | inlineexplicit |
| FMatrix(const FMatrix &) noexcept=default | FMatrix | |
| FMatrix(FMatrix &&) noexcept=default | FMatrix | |
| GetForwardVector() const noexcept | FMatrix | inline |
| GetInverse(float Tolerance=1.e-8f) const noexcept | FMatrix | inline |
| GetMatrixWithoutScale(float Tolerance=1.e-8f) const noexcept | FMatrix | inline |
| GetMatrixWithoutTranslation() const noexcept | FMatrix | inline |
| GetOrigin() const noexcept | FMatrix | inline |
| GetRightVector() const noexcept | FMatrix | inline |
| GetRotationMatrix(float Tolerance=1.e-8f) const noexcept | FMatrix | inline |
| GetScaledAxis(EAxis Axis) const noexcept | FMatrix | inline |
| GetScaleVector() const noexcept | FMatrix | inline |
| GetTranslation() const noexcept | FMatrix | inline |
| GetTransposed() const noexcept | FMatrix | inline |
| GetUnitAxis(EAxis Axis) const noexcept | FMatrix | inline |
| GetUpVector() const noexcept | FMatrix | inline |
| Identity | FMatrix | static |
| Inverse(float Tolerance=1.e-8f) noexcept | FMatrix | inline |
| IsIdentity(float Tolerance=1.e-6f) const noexcept | FMatrix | inline |
| IsInvertible(float Tolerance=1.e-8f) const noexcept | FMatrix | inline |
| M | FMatrix | |
| MakeBillboard(const FVector &Position, const FVector &CameraPosition, const FVector &Up=FVector::UpVector) noexcept | FMatrix | inlinestatic |
| MakeFromX(const FVector &XAxis) noexcept | FMatrix | inlinestatic |
| MakeFromY(const FVector &YAxis) noexcept | FMatrix | inlinestatic |
| MakeFromZ(const FVector &ZAxis) noexcept | FMatrix | inlinestatic |
| MakeLookAt(const FVector &Eye, const FVector &Target, const FVector &Up=FVector::UpVector) noexcept | FMatrix | inlinestatic |
| MakeOrthographicLH(float ViewWidth, float ViewHeight, float NearZ, float FarZ) noexcept | FMatrix | inlinestatic |
| MakePerspectiveFovLH(float FovYRad, float AspectRatio, float NearZ, float FarZ) noexcept | FMatrix | inlinestatic |
| MakeRotationX(float AngleRad) noexcept | FMatrix | inlinestatic |
| MakeRotationY(float AngleRad) noexcept | FMatrix | inlinestatic |
| MakeRotationZ(float AngleRad) noexcept | FMatrix | inlinestatic |
| MakeScale(const FVector &Scale) noexcept | FMatrix | inlinestatic |
| MakeScale(float Scale) noexcept | FMatrix | inlinestatic |
| MakeTranslation(const FVector &Translation) noexcept | FMatrix | inlinestatic |
| MakeTRS(const FVector &Translation, const FMatrix &RotationMatrix, const FVector &Scale) noexcept | FMatrix | inlinestatic |
| MakeViewLookAtLH(const FVector &Eye, const FVector &Target, const FVector &Up=FVector::UpVector) noexcept | FMatrix | inlinestatic |
| MakeWorld(const FVector &Translation, const FMatrix &RotationMatrix, const FVector &Scale) noexcept | FMatrix | inlinestatic |
| operator!=(const FMatrix &Other) const noexcept | FMatrix | inline |
| operator*(float Scalar) const noexcept | FMatrix | inline |
| operator*(const FMatrix &Other) const noexcept | FMatrix | inline |
| operator*=(float Scalar) noexcept | FMatrix | inline |
| operator*=(const FMatrix &Other) noexcept | FMatrix | inline |
| operator+(const FMatrix &Other) const noexcept | FMatrix | inline |
| operator+=(const FMatrix &Other) noexcept | FMatrix | inline |
| operator-() const noexcept | FMatrix | inline |
| operator-(const FMatrix &Other) const noexcept | FMatrix | inline |
| operator-=(const FMatrix &Other) noexcept | FMatrix | inline |
| operator/(float Scalar) const noexcept | FMatrix | inline |
| operator/=(float Scalar) noexcept | FMatrix | inline |
| operator=(const FMatrix &) noexcept=default | FMatrix | |
| operator=(FMatrix &&) noexcept=default | FMatrix | |
| operator==(const FMatrix &Other) const noexcept | FMatrix | inline |
| operator[](int32 Row) noexcept | FMatrix | inline |
| operator[](int32 Row) const noexcept | FMatrix | inline |
| RemoveTranslation() noexcept | FMatrix | inline |
| SetAxes(const FVector &XAxis, const FVector &YAxis, const FVector &ZAxis, const FVector &Origin=FVector::ZeroVector) noexcept | FMatrix | inline |
| SetOrigin(const FVector &Origin) noexcept | FMatrix | inline |
| SetTranslation(const FVector &Translation) noexcept | FMatrix | inline |
| ToXMMatrix() const noexcept | FMatrix | inline |
| TransformPosition(const FVector &V) const noexcept | FMatrix | inline |
| TransformVector(const FVector &V) const noexcept | FMatrix | inline |