Struct Vector3¶ Defined in File schemas.hpp Struct Documentation¶ struct Vector3¶ A vector in 3D space that represents a direction only. Public Members double x = 0¶ x coordinate length double y = 0¶ y coordinate length double z = 0¶ z coordinate length