All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aima.core.robotics.datatypes.IMclVector Maven / Gradle / Ivy

package aima.core.robotics.datatypes;

/**
 * This interfaces is a data type for an n-1-dimensional vector, where n is the dimensionality of the environment.
* It represents an angle between two headings or directions in the environment.
* This vector is used as a transfer between an {@link IMclRangeReading} and an {@link IMclPose}. * * @author Arno von Borries * @author Jan Phillip Kretzschmar * @author Andreas Walscheid * */ public interface IMclVector { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy