|
XGraphicsglTranslated(Double, Double) Method
|
The glTranslated function multiplies the current matrix by a translation matrix.
Namespace: Pixoneer.NXDL.NGRAssembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntaxpublic virtual void glTranslated(
double x,
double y
)
Parameters
- x Double
- The x coordinate of a translation vector.
- y Double
- The y coordinate of a translation vector.
Return Value
This function does not return a value.
Remarks
The glTranslated function produces the translation specified by (x, y, z). The translation vector is used to compute a 4x4 translation matrix:
See Also