Vec3Like

class cee.Vec3Like()

Interface describing an object with x,y,z properties.

Properties


Properties

Vec3Like.x
Type:

number

The x coordinate of the vector

Vec3Like.y
Type:

number

The y coordinate of the vector

Vec3Like.z
Type:

number

The z coordinate of the vector