void GetTransform3D(
string ToSpace,
string FromSpace,
out double M00,
out double M01,
out double M02,
out double M10,
out double M11,
out double M12,
out double M20,
out double M21,
out double M22,
out double TX,
out double TY,
out double TZ
)
void GetTransform3D(
string ToSpace,
string FromSpace,
out double M00,
out double M01,
out double M02,
out double M10,
out double M11,
out double M12,
out double M20,
out double M21,
out double M22,
out double TX,
out double TY,
out double TZ
)
Sub GetTransform3D (
ToSpace As String,
FromSpace As String,
<OutAttribute> ByRef M00 As Double,
<OutAttribute> ByRef M01 As Double,
<OutAttribute> ByRef M02 As Double,
<OutAttribute> ByRef M10 As Double,
<OutAttribute> ByRef M11 As Double,
<OutAttribute> ByRef M12 As Double,
<OutAttribute> ByRef M20 As Double,
<OutAttribute> ByRef M21 As Double,
<OutAttribute> ByRef M22 As Double,
<OutAttribute> ByRef TX As Double,
<OutAttribute> ByRef TY As Double,
<OutAttribute> ByRef TZ As Double
)
Sub GetTransform3D (
ToSpace As String,
FromSpace As String,
<OutAttribute> ByRef M00 As Double,
<OutAttribute> ByRef M01 As Double,
<OutAttribute> ByRef M02 As Double,
<OutAttribute> ByRef M10 As Double,
<OutAttribute> ByRef M11 As Double,
<OutAttribute> ByRef M12 As Double,
<OutAttribute> ByRef M20 As Double,
<OutAttribute> ByRef M21 As Double,
<OutAttribute> ByRef M22 As Double,
<OutAttribute> ByRef TX As Double,
<OutAttribute> ByRef TY As Double,
<OutAttribute> ByRef TZ As Double
)
void GetTransform3D(
String^ ToSpace,
String^ FromSpace,
[OutAttribute] double% M00,
[OutAttribute] double% M01,
[OutAttribute] double% M02,
[OutAttribute] double% M10,
[OutAttribute] double% M11,
[OutAttribute] double% M12,
[OutAttribute] double% M20,
[OutAttribute] double% M21,
[OutAttribute] double% M22,
[OutAttribute] double% TX,
[OutAttribute] double% TY,
[OutAttribute] double% TZ
)
void GetTransform3D(
String^ ToSpace,
String^ FromSpace,
[OutAttribute] double% M00,
[OutAttribute] double% M01,
[OutAttribute] double% M02,
[OutAttribute] double% M10,
[OutAttribute] double% M11,
[OutAttribute] double% M12,
[OutAttribute] double% M20,
[OutAttribute] double% M21,
[OutAttribute] double% M22,
[OutAttribute] double% TX,
[OutAttribute] double% TY,
[OutAttribute] double% TZ
)