mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
TraceBezier.DataPoint
mutils
timeline
trace_bezier
TraceBezier
Undocumented in source.
struct
TraceBezier
(T, alias mixFun = mix)
struct
DataPoint {
T
point
;
T
suppVec
;
float
time
;
}
Members
Variables
point
T
point
;
Undocumented in source.
suppVec
T
suppVec
;
Undocumented in source.
time
float
time
;
Undocumented in source.
Meta
Source
See Implementation
mutils
timeline
trace_bezier
TraceBezier
functions
add
addAndRecompute
computeAll
computeSupportingPoint
get
hasRoundEnds
lengthBetween
mix
normalizeTime
recompute
remove
removeAndRecompute
roundEnds
totalLength
totalTime
structs
DataPoint
variables
data
indexGetter