menu
geometry_kit
geometry_kit.dart
Line
isVertical property
isVertical
dark_mode
light_mode
isVertical
property
bool
get
isVertical
Whether this line segment is vertical (same x for both endpoints)
Implementation
bool get isVertical => a.x == b.x;
geometry_kit
geometry_kit
Line
isVertical property
Line class