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

.. js:class:: CullingVector

   A vector and angle used to determine an object's visibility based on camera orientation.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~CullingVector.space`
   * :js:data:`~CullingVector.toleranceDegrees`
   * :js:data:`~CullingVector.vector`
   
   




Properties
==========

.. js:data:: CullingVector.space

   .. rst-class:: sig-pretty-signature
   
      | space: :js:data:`~CullingVectorSpace`
   
   The space in which the culling vector is defined.
   



.. js:data:: CullingVector.toleranceDegrees

   .. rst-class:: sig-pretty-signature
   
      | toleranceDegrees: *number*
   
   The maximum angle between the culling vector and the view vector within which the object will be visible.
   



.. js:data:: CullingVector.vector

   .. rst-class:: sig-pretty-signature
   
      | vector: :js:class:`~Point3`
   
   A vector that will be compared with the view vector.
   





