Package mgui.geometry.util
Class GeometryFunctions.AnglePoint2D
java.lang.Object
mgui.geometry.util.GeometryFunctions.AnglePoint2D
- All Implemented Interfaces:
java.lang.Comparable<GeometryFunctions.AnglePoint2D>
- Enclosing class:
- GeometryFunctions
protected static class GeometryFunctions.AnglePoint2D extends java.lang.Object implements java.lang.Comparable<GeometryFunctions.AnglePoint2D>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AnglePoint2D(org.jogamp.vecmath.Point2d point)
-
Method Summary
Modifier and Type Method Description int
compareTo(GeometryFunctions.AnglePoint2D ap2)
void
setAngle(org.jogamp.vecmath.Point2d p2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
angle
public double angle -
point
public org.jogamp.vecmath.Point2d point
-
-
Constructor Details
-
AnglePoint2D
public AnglePoint2D(org.jogamp.vecmath.Point2d point)
-
-
Method Details
-
setAngle
public void setAngle(org.jogamp.vecmath.Point2d p2) -
compareTo
- Specified by:
compareTo
in interfacejava.lang.Comparable<GeometryFunctions.AnglePoint2D>
-