cesium-native
0.41.0
|
Converts from a float to a double. More...
#include <CesiumGltf/MetadataConversions.h>
Static Public Member Functions | |
static std::optional< double > | convert (float from) |
Converts from a float to a double. More... | |
Converts from a float to a double.
Definition at line 502 of file MetadataConversions.h.
|
inlinestatic |
Converts from a float to a double.
from | The float value to be converted. |
Definition at line 508 of file MetadataConversions.h.