.. role:: ts-api-decorator

########
Vec3Like
########

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: Vec3Like

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



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.Vec3Like.x`
   * :js:attr:`~cee.Vec3Like.y`
   * :js:attr:`~cee.Vec3Like.z`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: Vec3Like.x

      :type: number

      The x coordinate of the vector



.. container:: ts-api-section

   .. js:attribute:: Vec3Like.y

      :type: number

      The y coordinate of the vector



.. container:: ts-api-section

   .. js:attribute:: Vec3Like.z

      :type: number

      The z coordinate of the vector



