cesium-native 0.46.0
Loading...
Searching...
No Matches
ExtensionExtImplicitCylinderRegion.h
1// This file was generated by generate-classes.
2// DO NOT EDIT THIS FILE!
3#pragma once
4
5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
7
8namespace CesiumGltf {
13struct CESIUMGLTF_API ExtensionExtImplicitCylinderRegion final
18 static constexpr const char* TypeName = "ExtensionExtImplicitCylinderRegion";
21 static constexpr const char* ExtensionName = "EXT_implicit_cylinder_region";
22
27 double minRadius = double();
28
33 double maxRadius = double();
34
38 double height = double();
39
45 double minAngle = -3.14159265359;
46
52 double maxAngle = 3.14159265359;
53
60 int64_t getSizeBytes() const {
61 int64_t accum = 0;
62 accum += int64_t(sizeof(ExtensionExtImplicitCylinderRegion));
64 int64_t(sizeof(CesiumUtility::ExtensibleObject));
65
66 return accum;
67 }
68};
69} // namespace CesiumGltf
Classes for working with glTF models.
Extension of KHR_implicit_shapes.shape to represent an implicit cylinder 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 ...