summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector4.xml
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-221-4/+4
* Clarify the results of VectorN.normalized() in the docsGrahame Watt2024-06-031-1/+1
* Expose `Vector*` component-wise and scalar `min/max` to scriptingA Thousand Ships2024-05-021-0/+28
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-0/+15
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-2/+2
* Clarify docs for operators performing `xform_inv`kleonc2023-10-161-1/+2
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Add more info on the nature of NANNinni Pipping2023-05-301-0/+6
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
* Unify descriptions of vector methodsHaoyu Qiu2023-04-141-5/+6
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-271-1/+1
* Improve Vector2 / 3 / 4 normalized() classref.lawnjelly2023-03-161-0/+1
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-161-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-1/+1
* Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde2022-11-241-5/+5
|\
| * Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-5/+5
* | Document that Vector classes are 32-bitJonathan Nicholl2022-11-121-1/+2
|/
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+6
* Document Vector4iMJacred2022-09-031-1/+1
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-0/+7
* Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+14
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-1/+1
* Merge pull request #64108 from antonWetzel/csharp-updateRémi Verschelde2022-08-101-0/+8
|\
| * vector4 distance_squared_to and update csharpantonWetzel2022-08-091-0/+8
* | [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-15/+15
|/
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-37/+37
* Vector4/Vector4i: Add missing methods, tests and fix change of sign operatorHendrik Brucker2022-08-071-0/+45
* Fix Vector4 serializationkobewi2022-07-291-3/+3
* Add Vector4 documentationkobewi2022-07-261-0/+73
* Add some missing Vector4 methodskobewi2022-07-261-0/+28
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+231