Módulo math
===========

.. automodule:: mrv2.math
		:members:
		:exclude-members: Vector2i, Vector2f, Vector3f, Vector4f, Size2i
    
.. autoclass:: mrv2.math.Vector2i

   .. autoattribute:: x
      :annotation: = int

   .. autoattribute:: y
      :annotation: = int

.. autoclass:: mrv2.math.Vector2f

   .. autoattribute:: x
      :annotation: = float

   .. autoattribute:: y
      :annotation: = float
		   
.. autoclass:: mrv2.math.Vector3f

   .. autoattribute:: x
      :annotation: = float

   .. autoattribute:: y
      :annotation: = float
		   
   .. autoattribute:: z
      :annotation: = float
		   
.. autoclass:: mrv2.math.Vector4f

   .. autoattribute:: x
      :annotation: = float

   .. autoattribute:: y
      :annotation: = float
		   
   .. autoattribute:: z
      :annotation: = float
		   
   .. autoattribute:: w
      :annotation: = float

.. autoclass:: mrv2.math.Size2i

   .. autoattribute:: w
      :annotation: = int

   .. autoattribute:: h
      :annotation: = int
