Package de.bsommerfeld.pathetic.api.wrapper


package de.bsommerfeld.pathetic.api.wrapper
Immutable value types used throughout the API.

PathPosition is a 3D position with double precision and floored integer accessors for grid-cell semantics; PathVector is the corresponding 3D offset; Depth wraps a node's depth in the search tree. All types are immutable; arithmetic methods return new instances.

  • Classes
    Class
    Description
    Represents the depth of a pathfinding node or element.
    Represents a position.
    Represents a 3D vector within a pathfinding context.