TRigidTransform< FReal, 3 >

Windows
MacOS
Linux

Inheritance Hierarchy

FTransform

TRigidTransform< FReal, 3 >

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Transform.h

Include

#include "Chaos/Transform.h"

Syntax

template<>
class TRigidTransform< FReal, 3 > : public FTransform

Functions

Name Description

Public function Const

TRigidTransf...

 

GetRelativeTransformNoScale

(
    const TRigidTransform< float, 3 >&...
)

Get the transform which maps from Other to This, ignoring the scale on both.

Public function Const

PMatrix< FRe...

 

Inverse()

Public function Const

TVector< flo...

 

TransformNormalNoScale

(
    const TVector< float, 3 >& Normal
)

Public function Const

TVector< flo...

 

TransformNormalUnsafe

(
    const TVector< float, 3 >& Normal
)

Transform the normal when scale may be non-unitary. Assumes no scale components are zero.

Public function

 

TRigidTransform()

Public function

 

TRigidTransform

(
    const FMatrix& Matrix
)

Public function

 

TRigidTransform

(
    const FTransform& Transform
)

Public function

 

TRigidTransform

(
    const TVector< FReal, 3 >& Transla...,
    const TRotation< FReal, 3 >& Rotat...
)

Public function

 

TRigidTransform

(
    const TVector< FReal, 3 >& Transla...,
    const TRotation< FReal, 3 >& Rotat...,
    const TVector< FReal, 3 >& Scale
)

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