寫在前面
進(jìn)行轉(zhuǎn)換
原始圖片
image.png
Y軸-翻轉(zhuǎn)
polarPanel.flip(JIGConstants.Direction.Right, JIGConstants.Direction.Up);
image.png
X軸-翻轉(zhuǎn)
polarPanel.flip(JIGConstants.Direction.Left, JIGConstants.Direction.Down);
image.png
X軸-翻轉(zhuǎn),Y軸-翻轉(zhuǎn)
image.png
X軸與Y軸調(diào)換
polarPanel.flip(JIGConstants.Direction.Down, JIGConstants.Direction.Right);
image.png
X軸與Y軸調(diào)換 Y軸翻轉(zhuǎn)
polarPanel.flip(JIGConstants.Direction.Down, JIGConstants.Direction.Left);
image.png
X軸與Y軸調(diào)換 X軸翻轉(zhuǎn)
polarPanel.flip(JIGConstants.Direction.Up, JIGConstants.Direction.Right);
image.png
X軸與Y軸調(diào)換 X軸-翻轉(zhuǎn) Y軸-翻轉(zhuǎn)
polarPanel.flip(JIGConstants.Direction.Up, JIGConstants.Direction.Left);
image.png