|
|||||||||
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.HullPoint
public static class PathSynth.HullPoint
A class that represents points around a convex hull. It holds the AOVector point itself, plus the polygon it belongs to and corner number with the polygon.
Field Summary | |
---|---|
int |
cornerNumber
|
AOVector |
point
|
PathPolygon |
polygon
|
Constructor Summary | |
---|---|
PathSynth.HullPoint(int cornerNumber,
AOVector point,
PathPolygon polygon)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int cornerNumber
public AOVector point
public PathPolygon polygon
Constructor Detail |
---|
public PathSynth.HullPoint(int cornerNumber, AOVector point, PathPolygon polygon)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |