Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.geometry
/
range
range
fun
range
(
begin
:
Double
,
end
:
Double
,
samples
:
Int
)
:
List
<
Double
>
Partitions \(a, b\) into \((n - 1)\) equal intervals and returns the endpoints.
Parameters
begin
\(a\)
end
\(b\)
samples
\(n\)