Difference between revisions of "LlAngleBetween/fr"

From Second Life Wiki
Jump to navigation Jump to search
(Localized to french)
 
m (Big proofreading)
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=début de rotation
|p1_type=rotation|p1_name=a|p1_desc=rotation de départ
|p2_type=rotation|p2_name=b|p2_desc=fin de rotation
|p2_type=rotation|p2_name=b|p2_desc=rotation d'arrivée
|func_footnote
|func_footnote
|return_text=correspondant à l’angle entre les rotations '''a''' et '''b'''.
|return_text=correspondant à l’angle entre les rotations '''a''' et '''b'''.
Line 11: Line 11:
|examples
|examples
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llRotBetween/fr|llRotBetween]]|Renvoie la rotation entre deux vectors}}
|also_functions={{LSL DefineRow||[[llRotBetween/fr|llRotBetween]]|Renvoie la rotation entre deux vecteurs}}
|also_events
|also_events
|also_tests
|also_tests

Revision as of 06:35, 5 April 2008

Description

Fonction: float llAngleBetween( rotation a, rotation b );

Renvoie un float correspondant à l’angle 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.