Namespace: BitMiracle.Docotic.Pdf
public void SetCameraToWorldTransformation( double[] cameraToWorldTransformation )
Public Sub SetCameraToWorldTransformation ( cameraToWorldTransformation As Double() )
The 12-element array is the first 3 columns x 4 rows of the complete 4-by-4 matrix. The fourth column is always the same, it gets added implicitly.
| a b c 0 | [ a; b; c; d; e; f; g; h; i; tx; ty; tz ] => | d e f 0 | | g h i 0 | | tx ty tz 1 |