pub fn classify_shape(shape: &'static Shape) -> ShapeKind<'static>
Classify a Shape into a higher-level semantic kind.
Shape