FCameraCalibrationUtils::ConvertCoordinateSystem

Converts in-place the coordinate system of the given [FTransform](API\Runtime\Core\Math\FTransform) by specifying the source axes in terms of the destionation axes

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraCalibrationUtils.h

Include

#include "CameraCalibrationUtils.h"

Source

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/CameraCalibrationUtils.cpp

Syntax

static void ConvertCoordinateSystem
(
    FTransform & Transform,
    EAxis DstXInSrcAxis,
    EAxis DstYInSrcAxis,
    EAxis DstZInSrcAxis
)

Remarks

Converts in-place the coordinate system of the given FTransform by specifying the source axes in terms of the destionation axes

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