KVector4d

typealias KVector4d = @Serializable(with = Vector4dSerializer::class) Vector4d

Serializable typealias for Vector4d.

Serialized shape: { x, y, z, w: double }