CubicPoly class
Properties
-
c0
↔ num
-
getter/setter pair
-
c1
↔ num
-
getter/setter pair
-
c2
↔ num
-
getter/setter pair
-
c3
↔ num
-
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
calc(double t)
→ double
-
-
init(num x0, num x1, num t0, num t1)
→ void
-
-
initCatmullRom(num x0, num x1, num x2, num x3, num tension)
→ void
-
-
initNonuniformCatmullRom(num x0, num x1, num x2, num x3, num dt0, num dt1, num dt2)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited