CatmullRomSpline class
- Inheritance
-
- Object
- CatmullRom<
double> - CatmullRomSpline
Constructors
- CatmullRomSpline(double _p0, double _p1, double _p2, double _p3)
-
const
- CatmullRomSpline.noEndpoints(double p1, double p2)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
percentage(
num percent) → double -
inherited
-
position(
double distance) → double -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited