.. role:: ts-api-decorator

#############
CullingVector
#############

.. container:: ts-api-section

   .. js:class:: CullingVector

      A vector and angle used to determine an object's visibility based on camera orientation.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~CullingVector.space`
   * :js:attr:`~CullingVector.toleranceDegrees`
   * :js:attr:`~CullingVector.vector`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: CullingVector.space

      :type: CullingVectorSpace

      The space in which the culling vector is defined.



.. container:: ts-api-section

   .. js:attribute:: CullingVector.toleranceDegrees

      :type: number

      The maximum angle between the culling vector and the view vector within which the object will be visible.



.. container:: ts-api-section

   .. js:attribute:: CullingVector.vector

      :type: Point3

      A vector that will be compared with the view vector.



