Atavism Version 2018.1AGIS API

atavism.server.pathing
Class PathSynth.HullLine

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

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

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

hullPoint1

public PathSynth.HullPoint hullPoint1

hullPoint2

public PathSynth.HullPoint hullPoint2
Constructor Detail

PathSynth.HullLine

public PathSynth.HullLine(PathSynth.HullPoint hullPoint1,
                          PathSynth.HullPoint hullPoint2)
HullLine constructor for lines that reference polygons.

Method Detail

point1

public AOVector point1()

point2

public AOVector point2()


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