Instance Method

convert(from:)

Converts the Cpp value type to a convenient Swift type

Declaration

func convert(from raw: Timestamped<Self.RawDataType>) -> Timestamped<Self.DataType>
Available when DataType is SIMD3<Float> and RawDataType is MblMwCartesianFloat.