Difference between revisions of "LlAngleBetween/fr"
Jump to navigation
Jump to search
Gally Young (talk | contribs) (Localized to french) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
|func=llAngleBetween|sort=AngleBetween | |func=llAngleBetween|sort=AngleBetween | ||
|return_type=float | |return_type=float | ||
|p1_type=rotation|p1_name=a|p1_desc= | |p1_type=rotation|p1_name=a|p1_desc=rotation de départ | ||
|p2_type=rotation|p2_name=b|p2_desc= | |p2_type=rotation|p2_name=b|p2_desc=rotation d'arrivée | ||
|func_footnote | |func_footnote | ||
|return_text= | |return_text=renvoie l’angle en radians entre les rotations '''a''' et '''b'''. | ||
|spec | |spec | ||
|caveats | |caveats | ||
|examples | |examples | ||
|helpers | |helpers | ||
|also_functions={{LSL DefineRow||[[llRotBetween/fr|llRotBetween]]|Renvoie la rotation entre deux | |also_functions={{LSL DefineRow||[[llRotBetween/fr|llRotBetween]]|Renvoie la rotation entre deux vecteurs}} | ||
|also_events | |also_events | ||
|also_tests | |also_tests |
Latest revision as of 18:54, 11 April 2015
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: float llAngleBetween( rotation a, rotation b );174 | N° de fonction |
0.0 | Delais |
10.0 | Energie |
Renvoie un float renvoie l’angle en radians entre les rotations a et b.
• rotation | a | – | rotation de départ | |
• rotation | b | – | rotation d'arrivée |
Exemples
Voir également
Fonctions
• | llRotBetween | – | Renvoie la rotation entre deux vecteurs |
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.