Skip to main content

encode_manifold_state

Function encode_manifold_state 

Source
pub fn encode_manifold_state(state: &ManifoldState10D, out: &mut [NQuin; 2])
Expand description

Encode one 10D state into two normal 48-byte Quins.

The head carries dimensions 0..=5 in three packed f32 pairs. The tail carries dimensions 6..=9 and the logical timestamp. Both retain the normal XOR parity contract. These are VM-internal geometry records: their packed numeric fields are not resolver literals and therefore avoid the known object type-tag conflict.