Vector3(x, y, z)
      Holds an X, Y, and Z value. Typically used for position
Parameters:
      x [value: any, type: float]
      y [value: any, type: float]
      z [value: any, type: float]
Attributes:
      x [value: any, type: float]
      y [value: any, type: float]
      z [value: any, type: float]
      length() [returns: float]
      normalized() [returns: Vector3]

file: src/math/vector3.c

landing