cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh
Class NavMeshCore

Package class diagram package NavMeshCore
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMeshCore
All Implemented Interfaces:
Serializable

public class NavMeshCore
extends Object
implements Serializable

Serializable container for key data of Navmesh This the part of Navmesh that can be stored in a file

Author:
Jakub
See Also:
Serialized Form

Field Summary
 NavMeshBSPNode biggestLeafInTree
           
 NavMeshBSPNode bspTree
           
 ArrayList offMeshPoints
           
 ArrayList polys
           
 ArrayList polysToOffMeshPoints
           
 ArrayList safeVertex
           
 ArrayList verts
           
 ArrayList vertsToPolys
           
 
Constructor Summary
NavMeshCore()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verts

public ArrayList verts

polys

public ArrayList polys

vertsToPolys

public ArrayList vertsToPolys

bspTree

public NavMeshBSPNode bspTree

biggestLeafInTree

public NavMeshBSPNode biggestLeafInTree

offMeshPoints

public ArrayList offMeshPoints

polysToOffMeshPoints

public ArrayList polysToOffMeshPoints

safeVertex

public ArrayList safeVertex
Constructor Detail

NavMeshCore

public NavMeshCore()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.