|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnakeutils.shape.utils.Geometry2D
public class Geometry2D
Class that encapsulates some geometric manipulation procedures.
Constructor Summary | |
---|---|
Geometry2D()
|
Method Summary | |
---|---|
static java.awt.geom.Point2D.Double[] |
arcLengthResampling(java.awt.Polygon p,
int nPoints)
Parameterizes a curve to arc-length parameterization with a given number of points. |
static java.awt.geom.Point2D.Double[] |
reverse(java.awt.geom.Point2D.Double[] p)
Reverses the array of points. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Geometry2D()
Method Detail |
---|
public static java.awt.geom.Point2D.Double[] arcLengthResampling(java.awt.Polygon p, int nPoints)
public static java.awt.geom.Point2D.Double[] reverse(java.awt.geom.Point2D.Double[] p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |