Struct sym::StorageOps< Unit3< ScalarType > >#

template<typename ScalarType>
struct StorageOps<Unit3<ScalarType>>#

C++ StorageOps implementation for <class ‘symforce.geo.unit3.Unit3’>.

Public Types

using T = Unit3<ScalarType>#
using Scalar = ScalarType#

Public Static Functions

static inline constexpr int32_t StorageDim()#
static void ToStorage(const T &a, ScalarType *out)#
static T FromStorage(const ScalarType *data)#
static inline constexpr type_t TypeEnum()#
template<typename Generator>
static inline T Random(Generator &gen)#