PXC_MatrixF Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:PXC_MatrixF Structure}} | ||
+ | {{#parentPage:PXV:PXC_Structures|PXC_MatrixF|structure}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">struct PXC_MatrixF | ||
+ | { | ||
+ | float a; | ||
+ | float b; | ||
+ | float c; | ||
+ | float d; | ||
+ | float e; | ||
+ | float f; | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Members == | ||
+ | ;a | ||
+ | : Value of float ... | ||
+ | ;b | ||
+ | : Value of float ... | ||
+ | ;c | ||
+ | : Value of float ... | ||
+ | ;d | ||
+ | : Value of float ... | ||
+ | ;e | ||
+ | : Value of float ... | ||
+ | ;f | ||
+ | : Value of float ... |
Revision as of 00:34, 20 October 2015
Specifies the ...
Syntax
struct PXC_MatrixF { float a; float b; float c; float d; float e; float f; };
Members
- a
- Value of float ...
- b
- Value of float ...
- c
- Value of float ...
- d
- Value of float ...
- e
- Value of float ...
- f
- Value of float ...