|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.pathing.PathSynth.HullLine
public static class PathSynth.HullLine
A line in a convex hull - - just a pair of HullPoints
Field Summary | |
---|---|
PathSynth.HullPoint |
hullPoint1
|
PathSynth.HullPoint |
hullPoint2
|
Constructor Summary | |
---|---|
PathSynth.HullLine(PathSynth.HullPoint hullPoint1,
PathSynth.HullPoint hullPoint2)
HullLine constructor for lines that reference polygons. |
Method Summary | |
---|---|
AOVector |
point1()
|
AOVector |
point2()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PathSynth.HullPoint hullPoint1
public PathSynth.HullPoint hullPoint2
Constructor Detail |
---|
public PathSynth.HullLine(PathSynth.HullPoint hullPoint1, PathSynth.HullPoint hullPoint2)
Method Detail |
---|
public AOVector point1()
public AOVector point2()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |