pub type Capsule = Capsule;Expand description
A capsule shape.
Aliased Type§
struct Capsule {
pub segment: Segment,
pub radius: f32,
}Fields§
§segment: SegmentThe endpoints of the capsule’s principal axis.
radius: f32The radius of the capsule.