echovr_api.geometry.vector3d module

class echovr_api.geometry.vector3d.Vector3D(x, y, z)[source]

Bases: object

Represents a vector in 3D space

Parameters:
  • x – The x coordinate of the vector
  • y – The y coordinate of the vector
  • z – The z coordinate of the vector