Interface PortalPasser
raft.kilavuz.runtime

public interface PortalPasser
factory interface to create path segments for portals which require sepecific action
See Also:
Paths.linearPath, Paths.curvedPath

Method Summary
getPathIterator(Land.Portal portal, Vector3 from, Vector3 to, Vector3 fromDirection)
returns a PathIterator to pass the given portal.
Method Detail
getPathIterator
PathIterator getPathIterator(Land.Portal portal,
                             Vector3 from,
                             Vector3 to,
                             Vector3 fromDirection)
returns a PathIterator to pass the given portal.
Parameters:
portal - the portal for which path will be generated
from - first location in path in world space
to - last location in path in world space
fromDirection - horizontal direction of unit at first location
Returns:
the PathIterator to pass the portal
Java API documentation generated with DocFlex/Doclet v1.5.2
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com