.. role:: ts-api-decorator

#########
PlaneLike
#########

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: PlaneLike

      Interface describing an object with A,B,C,D properties.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.PlaneLike.A`
   * :js:attr:`~cee.PlaneLike.B`
   * :js:attr:`~cee.PlaneLike.C`
   * :js:attr:`~cee.PlaneLike.D`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: PlaneLike.A

      :type: number

      The A coefficient of the plane equation



.. container:: ts-api-section

   .. js:attribute:: PlaneLike.B

      :type: number

      The B coefficient of the plane equation



.. container:: ts-api-section

   .. js:attribute:: PlaneLike.C

      :type: number

      The C coefficient of the plane equation



.. container:: ts-api-section

   .. js:attribute:: PlaneLike.D

      :type: number

      The D coefficient of the plane equation



