Atavism Version 2018.1AGIS API

atavism.server.pathing.detour
Class Node

java.lang.Object
  extended by atavism.server.pathing.detour.Node

public class Node
extends java.lang.Object


Field Summary
 float Cost
           
 long Flags
           
 long Id
           
static int MAX_STATES_PER_NODE
           
static int NodeClosed
           
static int NodeDetached
           
static int NodeOpen
           
static int NullIdx
           
 long PIdx
           
 float[] Pos
           
 long State
           
 float Total
           
 
Constructor Summary
Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Pos

public float[] Pos

Cost

public float Cost

Total

public float Total

PIdx

public long PIdx

State

public long State

Flags

public long Flags

Id

public long Id

NullIdx

public static int NullIdx

NodeOpen

public static int NodeOpen

NodeClosed

public static int NodeClosed

NodeDetached

public static int NodeDetached

MAX_STATES_PER_NODE

public static int MAX_STATES_PER_NODE
Constructor Detail

Node

public Node()


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