FScaleMatrix

Scale matrix.

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FScaleMatrix

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h

Include

#include "Math/ScaleMatrix.h"

Syntax

class FScaleMatrix : public FMatrix

Remarks

Scale matrix.

Constructors

Name Description

Public function

FScaleMatrix

(
    float Scale
)

FScaleMatrix inline functions

Public function

FScaleMatrix

(
    const FVector& Scale
)

Functions

Name Description

Public function Static

FMatrix

 

Make

(
    float Scale
)

Matrix factory.

Public function Static

FMatrix

 

Make

(
    const FVector& Scale
)

Matrix factory.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss