KVec3f

typealias KVec3f = @Serializable(with = Vec3fSerializer::class) Vec3f

Serializable typealias for Vec3f.

Serialized shape: { x, y, z: float }