LineCurve3 class
Constructors
- LineCurve3.new(Vector3 vec1, Vector3 vec2)
-
LineCurve3.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
- vec1 ↔ Vector3
-
getter/setter pair
- vec2 ↔ Vector3
-
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