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

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

public class OffMeshEdge
extends Object
implements Serializable

Edge between two offMeshPoints

Author:
Jakub Tomek
See Also:
Serialized Form

Constructor Summary
OffMeshEdge(OffMeshPoint from, OffMeshPoint to, NavPointNeighbourLink link)
           
 
Method Summary
 OffMeshPoint getFrom()
           
 UnrealId getLinkId()
           
 OffMeshPoint getTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffMeshEdge

public OffMeshEdge(OffMeshPoint from,
                   OffMeshPoint to,
                   NavPointNeighbourLink link)
Method Detail

getFrom

public OffMeshPoint getFrom()

getTo

public OffMeshPoint getTo()

getLinkId

public UnrealId getLinkId()


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