This document is archived and information here might be outdated. Recommended version. |
Returns translation, rotation, scale, and XYZ center of rotation values of the transformation.
[Visual Basic .NET]
Public Sub GetParameters ( _
ByRef dx As Double, _
ByRef dy As Double, _
ByRef dz As Double, _
ByRef rx As Double, _
ByRef ry As Double, _
ByRef rz As Double, _
ByRef s As Double, _
ByRef xcr As Double, _
ByRef ycr As Double, _
ByRef zcr As Double _
)
[C#]
public void GetParameters (
ref double dx,
ref double dy,
ref double dz,
ref double rx,
ref double ry,
ref double rz,
ref double s,
ref double xcr,
ref double ycr,
ref double zcr
);
[C++]
HRESULT GetParameters(
System.Double* dx,
System.Double* dy,
System.Double* dz,
System.Double* rx,
System.Double* ry,
System.Double* rz,
System.Double* s,
System.Double* xcr,
System.Double* ycr,
System.Double* zcr
);
[C++] Parameters dx [out]
dx is a parameter of type double* dy [out]
dy is a parameter of type double* dz [out]
dz is a parameter of type double* rx [out]
rx is a parameter of type double* ry [out]
ry is a parameter of type double* rz [out]
rz is a parameter of type double* s [out]
s is a parameter of type double* xcr [out]
xcr is a parameter of type double* ycr [out]
ycr is a parameter of type double* zcr [out]
zcr is a parameter of type double*