Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Vec3Serde

Fully qualified path: cubit::f64::types::vec3::Vec3Serde

impl Vec3Serde of Serde<Vec3>;

Impl functions

serialize

Fully qualified path: cubit::f64::types::vec3::Vec3Serde::serialize

fn serialize(self: @Vec3, ref output: Array<felt252>)

deserialize

Fully qualified path: cubit::f64::types::vec3::Vec3Serde::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<Vec3>