TFrame3::TFrame3

Construct Frame from X/Y/Z axis vectors. Vectors must be mutually orthogonal.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/FrameTypes.h

Include

#include "FrameTypes.h"

Syntax

TFrame3
(
    const TVector< RealType > & OriginIn,
    const TVector< RealType > & X,
    const TVector< RealType > & Y,
    const TVector< RealType > & Z
)

Remarks

Construct Frame from X/Y/Z axis vectors. Vectors must be mutually orthogonal.

Parameters

Parameter

Description

OriginIn

origin of frame

X

desired X axis of frame

Y

desired Y axis of frame

Z

desired Z axis of frame