- t - Variable in class com.explodingbacon.bcnlib.framework.AbstractOI.Trigger
-
- t(String) - Static method in class com.explodingbacon.bcnlib.framework.Log
-
Logs a tuning message.
- table - Static variable in class com.explodingbacon.bcnlib.framework.AbstractOI
-
- TableInterface - Interface in com.explodingbacon.bcnlib.networking
-
TODO: Dominic's interface, Dominic's problem
- TEAL - Static variable in class com.explodingbacon.bcnlib.vision.Color
-
- testEach(double, double) - Method in class com.explodingbacon.bcnlib.actuators.MotorGroup
-
Tests each Motor in this MotorGroup.
- testEachWait(double, double) - Method in class com.explodingbacon.bcnlib.actuators.MotorGroup
-
Tests each Motor in this MotorGroup, and freezes the Thread until the test is complete.
- three - Variable in class com.explodingbacon.bcnlib.controllers.LogitechController
-
- Timer - Class in com.explodingbacon.bcnlib.utils
-
A class that lets you set a timer that will be called once (or every) X seconds.
- Timer(double, Runnable) - Constructor for class com.explodingbacon.bcnlib.utils.Timer
-
Creates a Timer that calls method "c" after X amount of seconds have gone by.
- Timer(double, boolean, Runnable) - Constructor for class com.explodingbacon.bcnlib.utils.Timer
-
Creates a Timer that calls method "c" after X amount of seconds have gone by (possibly multiple times if looping)
- toBytes() - Method in class com.explodingbacon.bcnlib.vision.Image
-
Converts this Image to a byte array.
- toDirection(int) - Static method in enum com.explodingbacon.bcnlib.controllers.Direction
-
Converts an angle to a Direction.
- toHSV() - Method in class com.explodingbacon.bcnlib.vision.Image
-
Converts this image to HSV.
- toMatOfPoint(List<Contour>) - Static method in class com.explodingbacon.bcnlib.vision.Contour
-
Converts a List of Contours to a List of MatOfPoint.
- toMOP(MatOfPoint2f) - Static method in class com.explodingbacon.bcnlib.vision.Vision
-
Converts a MatOfPoint2f to a MatOfPoint.
- toMOP2f(MatOfPoint) - Static method in class com.explodingbacon.bcnlib.vision.Vision
-
Converts a MatOfPoint to a MatOfPoint2f.
- toRect() - Method in class com.explodingbacon.bcnlib.vision.Rectangle
-
Creates an OpenCV Rect the same dimensions as this Rectangle.
- toScalar() - Method in class com.explodingbacon.bcnlib.vision.BCNScalar
-
Converts this to an OpenCV Scalar.
- Trigger(Command, Button, AbstractOI.TriggerType) - Constructor for class com.explodingbacon.bcnlib.framework.AbstractOI.Trigger
-
- triggers - Variable in class com.explodingbacon.bcnlib.controllers.LogitechController
-
- triggers - Variable in class com.explodingbacon.bcnlib.controllers.XboxController
-
- two - Variable in class com.explodingbacon.bcnlib.controllers.LogitechController
-