.. role:: ts-api-decorator

########
Vec2Like
########

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: Vec2Like

      Interface describing an object with x,y properties.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.Vec2Like.x`
   * :js:attr:`~cee.Vec2Like.y`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: Vec2Like.x

      :type: number

      The x coordinate of the vector



.. container:: ts-api-section

   .. js:attribute:: Vec2Like.y

      :type: number

      The y coordinate of the vector



