Package network.aika.debugger.graphics
Class CubicCurveShape
java.lang.Object
network.aika.debugger.graphics.CubicCurveShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(double x, double y, double dist) voidmakeSingle(double fromX, double fromY, double toX, double toY, double sox, double soy)
-
Constructor Details
-
CubicCurveShape
public CubicCurveShape()
-
-
Method Details
-
makeSingle
public void makeSingle(double fromX, double fromY, double toX, double toY, double sox, double soy) -
contains
public boolean contains(double x, double y, double dist)
-