JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
frc.robot.math.interp2d
Interface MulAdd<T>
public interface
MulAdd<T>
Utilities for multiplying and adding
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
add
(
T
a,
T
b)
add two data
T
mul
(
T
a, double b)
multiply by scalar
Method Details
mul
T
mul
(
T
a, double b)
multiply by scalar
add
T
add
(
T
a,
T
b)
add two data