Instance Method
convert(from:)
Converts the Cpp value type to a convenient Swift type
Framework
- Meta
Wear
Declaration
func convert(from raw: Timestamped<Self.RawDataType >) -> Timestamped<Self.DataType >
Available when
DataType
is SIMD3<Float>
and RawDataType
is MblMwCartesianFloat
.