.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/Projection.xml. .. _class_Projection: Projection ========== .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. note:: There are notable differences when using this API with C#. See :ref:`doc_c_sharp_differences` for more information. .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------+---------------------------------------+-------------------------+ | :ref:`Vector4` | :ref:`w` | ``Vector4(0, 0, 0, 1)`` | +-------------------------------+---------------------------------------+-------------------------+ | :ref:`Vector4` | :ref:`x` | ``Vector4(1, 0, 0, 0)`` | +-------------------------------+---------------------------------------+-------------------------+ | :ref:`Vector4` | :ref:`y` | ``Vector4(0, 1, 0, 0)`` | +-------------------------------+---------------------------------------+-------------------------+ | :ref:`Vector4` | :ref:`z` | ``Vector4(0, 0, 1, 0)`` | +-------------------------------+---------------------------------------+-------------------------+ .. rst-class:: classref-reftable-group Constructors ------------ .. table:: :widths: auto +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`Projection` **(** **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`Projection` **(** :ref:`Projection` from **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`Projection` **(** :ref:`Transform3D` from **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`Projection` **(** :ref:`Vector4` x_axis, :ref:`Vector4` y_axis, :ref:`Vector4` z_axis, :ref:`Vector4` w_axis **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_depth_correction` **(** :ref:`bool` flip_y **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_fit_aabb` **(** :ref:`AABB` aabb **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_for_hmd` **(** :ref:`int` eye, :ref:`float` aspect, :ref:`float` intraocular_dist, :ref:`float` display_width, :ref:`float` display_to_lens, :ref:`float` oversample, :ref:`float` z_near, :ref:`float` z_far **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_frustum` **(** :ref:`float` left, :ref:`float` right, :ref:`float` bottom, :ref:`float` top, :ref:`float` z_near, :ref:`float` z_far **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_frustum_aspect` **(** :ref:`float` size, :ref:`float` aspect, :ref:`Vector2` offset, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov=false **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_light_atlas_rect` **(** :ref:`Rect2` rect **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_orthogonal` **(** :ref:`float` left, :ref:`float` right, :ref:`float` bottom, :ref:`float` top, :ref:`float` z_near, :ref:`float` z_far **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_orthogonal_aspect` **(** :ref:`float` size, :ref:`float` aspect, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov=false **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_perspective` **(** :ref:`float` fovy, :ref:`float` aspect, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov=false **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`create_perspective_hmd` **(** :ref:`float` fovy, :ref:`float` aspect, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov, :ref:`int` eye, :ref:`float` intraocular_dist, :ref:`float` convergence_dist **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`determinant` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`flipped_y` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_aspect` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`get_far_plane_half_extents` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_fov` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_fovy` **(** :ref:`float` fovx, :ref:`float` aspect **)** |static| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_lod_multiplier` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_pixels_per_meter` **(** :ref:`int` for_pixel_width **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Plane` | :ref:`get_projection_plane` **(** :ref:`int` plane **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`get_viewport_half_extents` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_z_far` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_z_near` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`inverse` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_orthogonal` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`jitter_offseted` **(** :ref:`Vector2` offset **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`perspective_znear_adjusted` **(** :ref:`float` new_znear **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Operators --------- .. table:: :widths: auto +-------------------------------------+--------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator !=` **(** :ref:`Projection` right **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------+ | :ref:`Projection` | :ref:`operator *` **(** :ref:`Projection` right **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector4` | :ref:`operator *` **(** :ref:`Vector4` right **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator ==` **(** :ref:`Projection` right **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector4` | :ref:`operator []` **(** :ref:`int` index **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_Projection_constant_PLANE_NEAR: .. rst-class:: classref-constant **PLANE_NEAR** = ``0`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Projection_constant_PLANE_FAR: .. rst-class:: classref-constant **PLANE_FAR** = ``1`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Projection_constant_PLANE_LEFT: .. rst-class:: classref-constant **PLANE_LEFT** = ``2`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Projection_constant_PLANE_TOP: .. rst-class:: classref-constant **PLANE_TOP** = ``3`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Projection_constant_PLANE_RIGHT: .. rst-class:: classref-constant **PLANE_RIGHT** = ``4`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Projection_constant_PLANE_BOTTOM: .. rst-class:: classref-constant **PLANE_BOTTOM** = ``5`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Projection_constant_IDENTITY: .. rst-class:: classref-constant **IDENTITY** = ``Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Projection_constant_ZERO: .. rst-class:: classref-constant **ZERO** = ``Projection(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Projection_property_w: .. rst-class:: classref-property :ref:`Vector4` **w** = ``Vector4(0, 0, 0, 1)`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_property_x: .. rst-class:: classref-property :ref:`Vector4` **x** = ``Vector4(1, 0, 0, 0)`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_property_y: .. rst-class:: classref-property :ref:`Vector4` **y** = ``Vector4(0, 1, 0, 0)`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_property_z: .. rst-class:: classref-property :ref:`Vector4` **z** = ``Vector4(0, 0, 1, 0)`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constructor Descriptions ------------------------ .. _class_Projection_constructor_Projection: .. rst-class:: classref-constructor :ref:`Projection` **Projection** **(** **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Projection` **Projection** **(** :ref:`Projection` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Projection` **Projection** **(** :ref:`Transform3D` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Projection` **Projection** **(** :ref:`Vector4` x_axis, :ref:`Vector4` y_axis, :ref:`Vector4` z_axis, :ref:`Vector4` w_axis **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_Projection_method_create_depth_correction: .. rst-class:: classref-method :ref:`Projection` **create_depth_correction** **(** :ref:`bool` flip_y **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_fit_aabb: .. rst-class:: classref-method :ref:`Projection` **create_fit_aabb** **(** :ref:`AABB` aabb **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_for_hmd: .. rst-class:: classref-method :ref:`Projection` **create_for_hmd** **(** :ref:`int` eye, :ref:`float` aspect, :ref:`float` intraocular_dist, :ref:`float` display_width, :ref:`float` display_to_lens, :ref:`float` oversample, :ref:`float` z_near, :ref:`float` z_far **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_frustum: .. rst-class:: classref-method :ref:`Projection` **create_frustum** **(** :ref:`float` left, :ref:`float` right, :ref:`float` bottom, :ref:`float` top, :ref:`float` z_near, :ref:`float` z_far **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_frustum_aspect: .. rst-class:: classref-method :ref:`Projection` **create_frustum_aspect** **(** :ref:`float` size, :ref:`float` aspect, :ref:`Vector2` offset, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov=false **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_light_atlas_rect: .. rst-class:: classref-method :ref:`Projection` **create_light_atlas_rect** **(** :ref:`Rect2` rect **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_orthogonal: .. rst-class:: classref-method :ref:`Projection` **create_orthogonal** **(** :ref:`float` left, :ref:`float` right, :ref:`float` bottom, :ref:`float` top, :ref:`float` z_near, :ref:`float` z_far **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_orthogonal_aspect: .. rst-class:: classref-method :ref:`Projection` **create_orthogonal_aspect** **(** :ref:`float` size, :ref:`float` aspect, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov=false **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_perspective: .. rst-class:: classref-method :ref:`Projection` **create_perspective** **(** :ref:`float` fovy, :ref:`float` aspect, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov=false **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_create_perspective_hmd: .. rst-class:: classref-method :ref:`Projection` **create_perspective_hmd** **(** :ref:`float` fovy, :ref:`float` aspect, :ref:`float` z_near, :ref:`float` z_far, :ref:`bool` flip_fov, :ref:`int` eye, :ref:`float` intraocular_dist, :ref:`float` convergence_dist **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_determinant: .. rst-class:: classref-method :ref:`float` **determinant** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_flipped_y: .. rst-class:: classref-method :ref:`Projection` **flipped_y** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_aspect: .. rst-class:: classref-method :ref:`float` **get_aspect** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_far_plane_half_extents: .. rst-class:: classref-method :ref:`Vector2` **get_far_plane_half_extents** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_fov: .. rst-class:: classref-method :ref:`float` **get_fov** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_fovy: .. rst-class:: classref-method :ref:`float` **get_fovy** **(** :ref:`float` fovx, :ref:`float` aspect **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_lod_multiplier: .. rst-class:: classref-method :ref:`float` **get_lod_multiplier** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_pixels_per_meter: .. rst-class:: classref-method :ref:`int` **get_pixels_per_meter** **(** :ref:`int` for_pixel_width **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_projection_plane: .. rst-class:: classref-method :ref:`Plane` **get_projection_plane** **(** :ref:`int` plane **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_viewport_half_extents: .. rst-class:: classref-method :ref:`Vector2` **get_viewport_half_extents** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_z_far: .. rst-class:: classref-method :ref:`float` **get_z_far** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_get_z_near: .. rst-class:: classref-method :ref:`float` **get_z_near** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_inverse: .. rst-class:: classref-method :ref:`Projection` **inverse** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_is_orthogonal: .. rst-class:: classref-method :ref:`bool` **is_orthogonal** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_jitter_offseted: .. rst-class:: classref-method :ref:`Projection` **jitter_offseted** **(** :ref:`Vector2` offset **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_method_perspective_znear_adjusted: .. rst-class:: classref-method :ref:`Projection` **perspective_znear_adjusted** **(** :ref:`float` new_znear **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Operator Descriptions --------------------- .. _class_Projection_operator_neq_Projection: .. rst-class:: classref-operator :ref:`bool` **operator !=** **(** :ref:`Projection` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_operator_mul_Projection: .. rst-class:: classref-operator :ref:`Projection` **operator *** **(** :ref:`Projection` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_operator_mul_Vector4: .. rst-class:: classref-operator :ref:`Vector4` **operator *** **(** :ref:`Vector4` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_operator_eq_Projection: .. rst-class:: classref-operator :ref:`bool` **operator ==** **(** :ref:`Projection` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Projection_operator_idx_int: .. rst-class:: classref-operator :ref:`Vector4` **operator []** **(** :ref:`int` index **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`