|
LazyLib | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Line2D
java.awt.geom.Line2D.Float
org.lazywizard.lazylib.Line
public class Line
A simple extension of Line2D.Float
that supports Vector2f
s.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Line2D |
---|
java.awt.geom.Line2D.Double, java.awt.geom.Line2D.Float |
Field Summary |
---|
Fields inherited from class java.awt.geom.Line2D.Float |
---|
x1, x2, y1, y2 |
Constructor Summary | |
---|---|
Line(org.lwjgl.util.vector.Vector2f start,
org.lwjgl.util.vector.Vector2f end)
A constructor that supports Vector2f s. |
Method Summary |
---|
Methods inherited from class java.awt.geom.Line2D.Float |
---|
getBounds2D, getP1, getP2, getX1, getX2, getY1, getY2, setLine, setLine |
Methods inherited from class java.awt.geom.Line2D |
---|
clone, contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Line(org.lwjgl.util.vector.Vector2f start, org.lwjgl.util.vector.Vector2f end)
Vector2f
s.
start
- The start point of the line.end
- The end point of the line.
|
LazyLib | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |