Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages

H

hasCalculated - Variable in class me.wobblyyyy.pathfinder.thread.FollowerExecutor
A list of all of the followers that have run their calculation method already.
hasFinished - Variable in class me.wobblyyyy.pathfinder.followers.TrajectoryFollower
 
HeadingPoint - Class in me.wobblyyyy.pathfinder.geometry
An extension of the default Point class - this time with z.
HeadingPoint(double, double, double) - Constructor for class me.wobblyyyy.pathfinder.geometry.HeadingPoint
Create a new z point.
HeadingPoint(double, double, Angle) - Constructor for class me.wobblyyyy.pathfinder.geometry.HeadingPoint
Create a new HeadingPoint.
HeadingPoint(Point) - Constructor for class me.wobblyyyy.pathfinder.geometry.HeadingPoint
Create a new HeadingPoint based on a point.
HeadingPoint(Point, double) - Constructor for class me.wobblyyyy.pathfinder.geometry.HeadingPoint
Create a new HeadingPoint based on a point.
HeadingPoint(Point, Angle) - Constructor for class me.wobblyyyy.pathfinder.geometry.HeadingPoint
Create a new HeadingPoint based on a point.
height - Variable in class me.wobblyyyy.pathfinder.core.PathfinderManager
The robot's height.
heuristic - Static variable in class me.wobblyyyy.pathfinder.finders.Xygum.FinderConfiguration
A way to calculate the distance between two nodes on some form of a navigation graph.
hitbox - Variable in class me.wobblyyyy.pathfinder.geometry.Circle
The internal component for the circle's hitbox.
hitboxRadius - Variable in class me.wobblyyyy.pathfinder.geometry.Circle
The radius of the circle's hitbox.
howManyIn(double) - Method in class me.wobblyyyy.pathfinder.math.GearRatio
How many input rotations is the specified output rotation worth? If you have a gear ratio of 2:1, and you fed this method 1, this method would return the following value: 2.
howManyOut(double) - Method in class me.wobblyyyy.pathfinder.math.GearRatio
How many output rotations is the specified input rotation worth? If you have a gear ratio of 2:1, and you fed this method 1, this method would return the following value: 0.5.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages