Denso RC5 Spécifications Page 488

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 487
15-40
POSZ (Function) [Conforms to SLIM]
Function
Extracts the Z-component.
Format
POSZ ({<Position type>|<Vector type>})
Explanation
This statement extracts the Z-component from position type or vector type
coordinates.
Related Terms
POSX, POSY
Example
DIM lf1 As Single
DIM lp1 As Position
lf1 = POSZ(lp1) 'Assigns the Z-component of lp1 to lf1.
6-axis lf1 = POSZ(lp1 + (100, 100, 100, 0, 0, 0) )
'Assigns the Z-component of lp1 to lp1 +
'(100, 100, 100, 0, 0, 0).
4-axis lf1 = POSZ(lp1 + (100, 100, 100, 0) )
'Assigns the Z-component of lp1 to lp1 +
'(100, 100, 100, 0).
Vue de la page 487
1 2 ... 483 484 485 486 487 488 489 490 491 492 493 ... 691 692

Commentaires sur ces manuels

Pas de commentaire