OSDN Git Service

[backup]NyARToolkit for Java
[nyartoolkit-and/nyartoolkit-and.git] / src / jp / nyatla / nyartoolkit / core / transmat / INyARTransMat.java
index 7d263fc..e5c5841 100644 (file)
@@ -41,6 +41,6 @@ import jp.nyatla.nyartoolkit.core.squaredetect.NyARSquare;
 public interface INyARTransMat\r
 {\r
        public void setCenter(double i_x, double i_y);\r
-       public void transMat(NyARSquare i_square, int i_direction, double i_width, NyARTransMatResult o_result) throws NyARException;\r
-       public void transMatContinue(NyARSquare i_square, int i_direction, double i_width, NyARTransMatResult io_result_conv) throws NyARException;\r
+       public void transMat(NyARSquare i_square, double i_width, NyARTransMatResult o_result) throws NyARException;\r
+       public void transMatContinue(NyARSquare i_square, double i_width, NyARTransMatResult io_result_conv) throws NyARException;\r
 }\r