Extract the named parameters from this transform. RotationX and RotationY are in radians.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public void GetScalingsRotationsTranslation(
out double scalingX,
out double scalingY,
out double rotationX,
out double rotationY,
out double translationX,
out double translationY
)
public void GetScalingsRotationsTranslation(
out double scalingX,
out double scalingY,
out double rotationX,
out double rotationY,
out double translationX,
out double translationY
)
Public Sub GetScalingsRotationsTranslation (
<OutAttribute> ByRef scalingX As Double,
<OutAttribute> ByRef scalingY As Double,
<OutAttribute> ByRef rotationX As Double,
<OutAttribute> ByRef rotationY As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
Public Sub GetScalingsRotationsTranslation (
<OutAttribute> ByRef scalingX As Double,
<OutAttribute> ByRef scalingY As Double,
<OutAttribute> ByRef rotationX As Double,
<OutAttribute> ByRef rotationY As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
public:
void GetScalingsRotationsTranslation(
[OutAttribute] double% scalingX,
[OutAttribute] double% scalingY,
[OutAttribute] double% rotationX,
[OutAttribute] double% rotationY,
[OutAttribute] double% translationX,
[OutAttribute] double% translationY
)
public:
void GetScalingsRotationsTranslation(
[OutAttribute] double% scalingX,
[OutAttribute] double% scalingY,
[OutAttribute] double% rotationX,
[OutAttribute] double% rotationY,
[OutAttribute] double% translationX,
[OutAttribute] double% translationY
)
Returns the x- and y-axis scaling, rotation, and/or translation