5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
18 static constexpr const char* TypeName =
"ExtensionExtImplicitEllipsoidRegion";
21 static constexpr const char* ExtensionName =
"EXT_implicit_ellipsoid_region";
27 double semiMajorAxisRadius = double();
33 double semiMinorAxisRadius = double();
39 double minHeight = double();
45 double maxHeight = double();
51 double minLatitude = -1.57079632679;
57 double maxLatitude = 1.57079632679;
63 double minLongitude = -3.14159265359;
69 double maxLongitude = 3.14159265359;
Classes for working with glTF models.
Extension of KHR_implicit_shapes.shape to represent an implicit ellipsoid region in a glTF model.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...