Vec2Like

class cee.Vec2Like()

Interface describing an object with x,y properties.

Properties


Properties

Vec2Like.x
Type:

number

The x coordinate of the vector

Vec2Like.y
Type:

number

The y coordinate of the vector