Struct Point3¶ Defined in File schemas.hpp Struct Documentation¶ struct Point3¶ A point representing a position in 3D space. Public Members double x = 0¶ x coordinate position double y = 0¶ y coordinate position double z = 0¶ z coordinate position