Difference between revisions of "matrix3DInverse"

From EosPedia
Jump to: navigation, search
(Created page with "'''matrix3DInverse''' is Eos's Command that calculates Inverse Matrix at 4x4. == List of option == === Main option === <table border="1"> <tr> <th>Option</...")
 
(No difference)

Latest revision as of 02:20, 25 August 2014

matrix3DInverse is Eos's Command that calculates Inverse Matrix at 4x4.


List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: ASCII(4x4Matrix) NULL
-o Essential Output: ASCII(4x4Matrix) NULL
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  


-m details

Value Description
0


Input file format

a00  a01  a02  a03
a10  a11  a12  a13
a20  a21  a22  a23
a30  a31  a32  a33


Execution example

Input file's data

       1.000000        0.000000        0.000000        0.000000
       0.000000        0.707107       -0.707107        0.000000
       0.000000        0.707107        0.707107        0.000000
       0.000000        0.000000        0.000000        1.000000


Case: Options only essential

       1.000000        0.000000        0.000000        0.000000 
       0.000000        0.707107        0.707107        0.000000 
       0.000000       -0.707107        0.707107        0.000000 
       0.000000        0.000000        0.000000        1.000000