LineCurve class

Constructors

LineCurve.new(Vector2 v1, Vector2 v2)
LineCurve.fromJSON(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isLineCurve bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v1 Vector2
getter/setter pair
v2 Vector2
getter/setter pair

Methods

copy(dynamic source) → dynamic
getPoint(dynamic t, dynamic optionalTarget) → dynamic
getPointAt(dynamic u, dynamic optionalTarget) → dynamic
getTangent(dynamic t, [dynamic optionalTarget]) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited