Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/CartesianCoordinates.h |
Include |
#include "CartesianCoordinates.h" |
USTRUCT(BlueprintType)
struct FCartesianCoordinates
Name | Description | ||
---|---|---|---|
|
double |
X |
|
|
double |
Y |
|
|
double |
Z |
Name | Description | |
---|---|---|
|
FCartesianCoordinates() |
|
|
FCartesianCoordinates ( |
|
|
FCartesianCoordinates ( |
Use FCartesianCoordinates(const FVector& Coordinates) instead. |
|
FCartesianCoordinates ( |
Name | Description | ||
---|---|---|---|
|
ToCompactText ( |
||
|
ToFloatApproximation ( |
||
|
ToFullText ( |
||
|
ToSeparateTexts |
||
|
ToVector() |
Name | Description | ||
---|---|---|---|
|
FCartesianCoordinates ( |
Use FCartesianCoordinates(const FVector& Coordinates) instead. |
|
|
ToVector3d() |
Use FCartesianCoordinates::ToVector() instead. |