KVec2f

typealias KVec2f = @Serializable(with = Vec2fSerializer::class) Vec2f

Serializable typealias for Vec2f.

Serialized shape: { x, y: float }