Line class
Properties
Methods
-
direction(
) → double - Returns angle of the line in radians
-
magnitude(
) → double - Returns the length of line
-
normalize(
) → Offset - Returns the line in magnitude of 1.0
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited