All translations

Enter a message name below to show all available translations.

Message

Found 9 translations.

NameCurrent message text
 h čeština (cs)'''Yaw-Pitch-Roll = (y,p,r)''' je set, který specifikuje polohu objektu. Hodnoty y,p,r udávají stupně pootočení kolem každé z os X,Y,Z (přečtěte si poznámku).  
 
<center>
<gallery widths="300" heights="200">
Image:Tache_Placement_Lacet_fr_Mini.gif|'''Yaw''' je pootočení kolem '''osy Z''', to jest rotace zleva doprava. <br />(Úhel Yaw je '''Psi ψ''').
Image:Tache_Placement_Tangage_fr_Mini.gif|'''Pitch''' je pootočení kolem '''osy Y''', to jest rotace předkem nahoru a dolu. <br />(Úhel Pitch je '''Phi φ''').
Image:Tache_Placement_Roulis_fr_Mini.gif|'''Roll''' je pootočení kolem '''osy X''', to jest rotace křídlem nahoru a dolu. <br />(Úhel Roll je '''Thêta θ''').
</gallery>
</center>
{{clear}}
 h Deutsch (de)'''Yaw-Pitch-Roll = (y,p,r)''' ist ein Tupel, das das Verhalten des Objekts angibt. Die Werte für y,p,r geben den Grad der Drehung um jede der z,y,x-Achsen an (siehe Hinweis).
 h English (en)'''Yaw-Pitch-Roll = (y,p,r)''' is a tuple that specifies the attitude of the object. Values for y,p,r  specify degrees of rotation about each of the z,y,x axis (see note).
 h español (es)'''Yaw-Pitch-Roll = (y,p,r)''' Es una tupla o agrupación de valores que especifica la orientación de un objeto. Los valores para y,p,r especifican los grados de rotación de cada uno de los ejes z,y,x (ver nota).  
{{clear}} 
{{Code|code=
>>> App.getDocument("Sin_nombre").Cylinder.Placement=App.Placement(App.Vector(0,0,0), App.Rotation(10,20,30), App.Vector(0,0,0))
}}
 h français (fr)'''Yaw-Pitch-Roll = (y,p,r)''' est un tuple qui spécifie l'attitude de l'objet. Les valeurs pour y,p,r spécifient les degrés de rotation autour de chacun des axes z,y,x (voir note).
 h italiano (it)'''Yaw-Pitch-Roll = (y,p,r)''' è una tupla che definisce l'assetto dell'oggetto. I valori di '''y, p, r''', specificano i gradi di rotazione intorno agli assi '''z, y, x''', vedere le Note.
{{clear}} 
{{Code|code=
>>> App.getDocument("Sans_nom").Cylinder.Placement=App.Placement(App.Vector(0,0,0), App.Rotation(10,20,30), App.Vector(0,0,0))
}}
 h polski (pl)'''Odchylenie-Pochylenie-Obrót = (y,p,r)''' to krotka określająca położenie obiektu. Wartości dla y,p,r określają stopnie obrotu wokół każdej z osi z,y,x ''(patrz uwaga)''.
 h română (ro)'''Yaw-Pitch-Roll = (y,p,r)''' is a tuple that specifies the attitude of the object. Values for y,p,r  specify degrees of rotation about each of the z,y,x axis (see note).  
{{clear}} 
{{Code|code=
>>> App.getDocument("Sans_nom").Cylinder.Placement=App.Placement(App.Vector(0,0,0), App.Rotation(10,20,30), App.Vector(0,0,0))
}}
 h 中文(中国大陆) (zh-cn)'''Yaw-Pitch-Roll = (y,p,r)'''是一个指定目标对象姿态的三元组。y、p、r三值分别用于指定对象绕z、y、x三轴旋转的角度(参考备注)。  
{{clear}} 
{{Code|code=
>>> App.getDocument("Sans_nom").Cylinder.Placement=App.Placement(App.Vector(0,0,0), App.Rotation(10,20,30), App.Vector(0,0,0))
}}