Atavism Version 2018.1AGIS API

atavism.server.pathing
Class PathSynth.HullPoint

java.lang.Object
  extended by atavism.server.pathing.PathSynth.HullPoint
Enclosing class:
PathSynth

public static class PathSynth.HullPoint
extends java.lang.Object

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

cornerNumber

public int cornerNumber

point

public AOVector point

polygon

public PathPolygon polygon
Constructor Detail

PathSynth.HullPoint

public PathSynth.HullPoint(int cornerNumber,
                           AOVector point,
                           PathPolygon polygon)


Copyright © 2018 Dragonsan Studios Sp. z o.o.