godot/modules/mono/mono_gd
reduz 455c06ecd4 Implement Vector4, Vector4i, Projection
Implement built-in classes Vector4, Vector4i and Projection.

* Two versions of Vector4 (float and integer).
* A Projection class, which is a 4x4 matrix specialized in projection types.

These types have been requested for a long time, but given they were very corner case they were not added before.
Because in Godot 4, reimplementing parts of the rendering engine is now possible, access to these types (heavily used by the rendering code) becomes a necessity.

**Q**: Why Projection and not Matrix4?
**A**: Godot does not use Matrix2, Matrix3, Matrix4x3, etc. naming convention because, within the engine, these types always have a *purpose*. As such, Godot names them: Transform2D, Transform3D or Basis. In this case, this 4x4 matrix is _always_ used as a _Projection_, hence the naming.
2022-07-23 14:00:01 +02:00
..
support Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
android_mono_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono.cpp Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
gd_mono.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_assembly.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_assembly.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_cache.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
gd_mono_cache.h Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
gd_mono_class.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_class.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_field.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
gd_mono_field.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_header.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_internals.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_internals.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_log.cpp Narrow FileAccess scope to prevent deadlocks. 2022-04-12 10:54:39 +03:00
gd_mono_log.h Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
gd_mono_marshal.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
gd_mono_marshal.h Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
gd_mono_method.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_method.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_method_thunk.h Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
gd_mono_property.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_property.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_utils.cpp Support explicit values in flag properties, add C# flags support 2022-06-03 05:19:01 +02:00
gd_mono_utils.h Support explicit values in flag properties, add C# flags support 2022-06-03 05:19:01 +02:00
gd_mono_wasm_m2n.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_wasm_m2n.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
i_mono_class_member.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_type.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_type.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00