std
unpack3d(packed) -> x, y, z
packed
x
y
z
Unpack a 12-byte binary string into three numbers
Unpacks a 12-byte binary string (as produced by pack3d) back into three 32-bit float values. Raises an error if the input is not exactly 12 bytes.
pack3d