TFrame3::FromPlaneUV

Map a point from local UV plane coordinates to the corresponding 3D point in one of the planes of the frame

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

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

Include

#include "FrameTypes.h"

Syntax

TVector< RealType > FromPlaneUV
(
    const TVector2< RealType > & PosUV,
    int PlaneNormalAxis
) const

Remarks

Map a point from local UV plane coordinates to the corresponding 3D point in one of the planes of the frame

Returns

3D coordinates in frame's plane (including Origin translation)

Parameters

Parameter

Description

PosUV

local UV plane coordinates

PlaneNormalAxis

which plane to map to, identified by perpendicular normal. Default is 2, ie normal is Z, plane is (X,Y)