JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.djutils.math.functions.Sine
Packages that use
Sine
Package
Description
org.djutils.math.functions
Code that manipulates functions.
Uses of
Sine
in
org.djutils.math.functions
Methods in
org.djutils.math.functions
that return
Sine
Modifier and Type
Method
Description
static
Sine
Sine.
cosine
(double amplitude, double omega, double shift)
Construct a cosine function
factor * cos(omega * x + shift)
.