#include "CesiumGeospatial/CartographicPolygon.h"
#include "CesiumGlobeAnchorComponent.h"
#include "Components/SplineComponent.h"
#include "CoreMinimal.h"
#include "Engine/StaticMesh.h"
#include "GameFramework/Actor.h"
#include <vector>
#include "CesiumCartographicPolygon.generated.h"
Go to the source code of this file.
◆ ECesiumCoordinateReferenceSystem
A coordinate reference system used to interpret position data.
| Enumerator |
|---|
| UMETA | Indicates a coordinate reference system expressed in terms of longitude in degrees (X), latitude in degrees (Y) and height in meters (Z).
|
| UMETA | Indicates a Cartesian coordinate reference system expressed in Earth-centered, Earth-fixed 3D coordinates.
|
Definition at line 19 of file CesiumCartographicPolygon.h.