Extract the named parameters from this transform. Rotation is in radians.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
public void GetRotationTranslation(
out double rotation,
out double translationX,
out double translationY
)
public void GetRotationTranslation(
out double rotation,
out double translationX,
out double translationY
)
Public Sub GetRotationTranslation (
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
Public Sub GetRotationTranslation (
<OutAttribute> ByRef rotation As Double,
<OutAttribute> ByRef translationX As Double,
<OutAttribute> ByRef translationY As Double
)
public:
void GetRotationTranslation(
[OutAttribute] double% rotation,
[OutAttribute] double% translationX,
[OutAttribute] double% translationY
)
public:
void GetRotationTranslation(
[OutAttribute] double% rotation,
[OutAttribute] double% translationX,
[OutAttribute] double% translationY
)