Extract the named parameters from this transform. Rotation is in radians.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.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
)