Denso RC5 Specifications Page 482

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 481
15-34
TINV (Function)
Function
Calculates an inverse matrix of homogeneous transformation type data.
Format
TINV (<homogeneous transformation type>)
Explanation
This statement inversely transforms the data designated in <homogeneous
transformation type>.
Example
DEFTRN lt1, lt2, Lt3
lt1 = TINV(350, 0, 450, 0, 1, 0, 0, 0, -1)
'Assigns the inverse matrix of (350, 0, 450, 0, 1, 0, 0, 0,
'-1) to lt1.
lt2 = TINV(lt3) 'Assigns the inverse matrix of lt3 to lt2.
NORMTRN (Function) [Ver.1.8 or later]
Function
Normalizes homogeneous-transformation data.
Syntax
NORMTRN (<H-TransData>)
Description
This function normalizes data designated by <H-TransData>.
"Normalize" refers to transforming an orient vector to orthogonal vector against the
base approach vector or transforming an approach or orient vector to its norm vector.
Example
DEFTRN 1t1,1t2
1t1=NORMTRN((350,0,450,0,1,0,0,0,-1))
1t1=NORMTRN(1t2)
Page view 481
1 2 ... 477 478 479 480 481 482 483 484 485 486 487 ... 691 692

Comments to this Manuals

No comments