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

.. js:class:: wv.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:`~wv.CullingVector.space`
   * :js:data:`~wv.CullingVector.toleranceDegrees`
   * :js:data:`~wv.CullingVector.vector`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wv.CullingVector.space

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



.. js:data:: wv.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:: wv.CullingVector.vector

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




