PXC_Matrix Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_Matrix Structure}}
 
{{#customTitle:PXC_Matrix Structure}}
 +
{{#parentPage:PXV:PXC|PXC_Matrix Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 07:01, 23 April 2015


Specifies the ...

Syntax

struct PXC_Matrix
{
    double a;
    double b;
    double c;
    double d;
    double e;
    double f;
};

Members

a
Value of double ...
b
Value of double ...
c
Value of double ...
d
Value of double ...
e
Value of double ...
f
Value of double ...

See Also

See also ...