|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gGetTransform
Syntax
[C/C++:]
void gGetTransform2D(GMAT2D a2);
void gGetTransform3D(GMAT3D a3);
[F90:]
subroutine gGetTransform2D(a2)
subroutine gGetTransform3D(a3)
real, intent(out) :: a2(6)
real, intent(out) :: a3(16)
Arguments
a2,a3
2D or 3D transformation matrix
Description
The routines gGetTransform2D() or gGetTransform3D() are used to store a copy of the current modelling transformation in the argument
a2 or
a3.
Where gGetTransform2D() is used only the 2-D part of current modelling transformation is stored in the array
a2.
See Also
gGetTransform2D Usage