menu
geometry_kit
geometry_kit.dart
Capsule
totalLength property
totalLength
dark_mode
light_mode
totalLength
property
double
get
totalLength
Total length of the capsule (axis + diameter)
Implementation
double get totalLength => axisLength + 2 * radius;
geometry_kit
geometry_kit
Capsule
totalLength property
Capsule class