pub fn parse_triangle(input: &str) -> IResult<&str, TrianglePlane>
Expand description

Parse a [Triangle] from &str.