![]() |
Cesium for Unreal 2.18.0
|
A FCesiumGeoJsonLineString
is a set of points representing a line.
More...
#include <CesiumGeoJsonObject.h>
Public Member Functions | |
FCesiumGeoJsonLineString () | |
Creates a new FCesiumGeoJsonLineString with an empty line string. | |
FCesiumGeoJsonLineString (TArray< FVector > &&InPoints) | |
Creates a new FCesiumGeoJsonLineString from a set of Longitude-Latitude-Height points. | |
Public Attributes | |
TArray< FVector > | Points |
The Longitude-Latitude-Height points of this polygon. | |
A FCesiumGeoJsonLineString
is a set of points representing a line.
Definition at line 216 of file CesiumGeoJsonObject.h.
|
inline |
Creates a new FCesiumGeoJsonLineString
with an empty line string.
Definition at line 222 of file CesiumGeoJsonObject.h.
FCesiumGeoJsonLineString::FCesiumGeoJsonLineString | ( | TArray< FVector > && | InPoints | ) |
Creates a new FCesiumGeoJsonLineString
from a set of Longitude-Latitude-Height points.
TArray<FVector> FCesiumGeoJsonLineString::Points |
The Longitude-Latitude-Height points of this polygon.
Definition at line 234 of file CesiumGeoJsonObject.h.