Difference between revisions of "love.math (Français)"
(→Types) |
(→Enums) |
||
Line 27: | Line 27: | ||
}} | }} | ||
== Enums == | == Enums == | ||
− | {{#ask: [[Category:Enums]] [[parent::love.math]] [[Concept:Current]] | + | {{#ask: [[Category:Enums (Français)]] [[parent::love.math (Français)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
| format=template | | format=template | ||
Line 38: | Line 38: | ||
| ?PrettyDeprecated | | ?PrettyDeprecated | ||
}} | }} | ||
+ | |||
== Voir également == | == Voir également == | ||
* [[parent::love (Français)]] | * [[parent::love (Français)]] |
Revision as of 01:57, 9 January 2021
Disponible depuis LÖVE 0.9.0 |
Ce-tte module n'est pas supporté-e par des versions plus anciennes. |
Fournit des fonctions mathématiques indépendantes du système.
Types
BezierCurve (Français) | Un objet de type, courbe de Bézier pouvant évaluer et rendre une courbe de Bézier de degré arbitraire. | 0.9.0 | |
CompressedData (Français) | Représente les données d'octets, compressées selon un algorithme spécifique. | 0.10.0 | |
RandomGenerator (Français) | Un objet de génération de nombre aléatoire qui a son propre état aléatoire. | 0.9.0 | |
Transform (Français) | Objet contenant un système de coordonnées de transformation. | 11.0 |
Fonctions
love.math.colorFromBytes | Converts a color from 0..255 to 0..1 range. | 11.3 | |
love.math.colorToBytes | Converts a color from 0..1 to 0..255 range. | 11.3 | |
love.math.compress | Compresses a string or data using a specific compression algorithm. | 0.10.0 | 11.0 |
love.math.decompress | Decompresses a CompressedData or previously compressed string or Data object. | 0.10.0 | 11.0 |
love.math.gammaToLinear | Converts a color from gamma-space (sRGB) to linear-space (RGB). | 0.9.1 | |
love.math.getRandomSeed | Gets the seed of the random number generator. | 0.9.0 | |
love.math.getRandomState | Gets the current state of the random number generator. | 0.9.1 | |
love.math.isConvex | Checks whether a polygon is convex. | 0.9.0 | |
love.math.linearToGamma | Converts a color from linear-space (RGB) to gamma-space (sRGB). | 0.9.1 | |
love.math.newBezierCurve | Creates a new BezierCurve object. | 0.9.0 | |
love.math.newRandomGenerator | Creates a new RandomGenerator object. | 0.9.0 | |
love.math.newTransform | Creates a new Transform object. | 11.0 | |
love.math.noise | Generates a Simplex noise value in 1-4 dimensions. | 0.9.0 | |
love.math.random | Get uniformly distributed pseudo-random number | 0.9.0 | |
love.math.randomNormal | Get a normally distributed pseudo random number. | 0.9.0 | |
love.math.setRandomSeed | Sets the seed of the random number generator. | 0.9.0 | |
love.math.setRandomState | Sets the current state of the random number generator. | 0.9.1 | |
love.math.triangulate | Decomposes a simple polygon into triangles. | 0.9.0 |
Enums
Voir également
Autres langues
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info