pub fn function_pp(
a: Expr<Point>,
b: Expr<Point>,
context: &CompileContext,
display: Properties,
) -> Expr<Line>
Expand description
Line(point, point)
- a line through two points
pub fn function_pp(
a: Expr<Point>,
b: Expr<Point>,
context: &CompileContext,
display: Properties,
) -> Expr<Line>
Line(point, point)
- a line through two points