Expand description
This is an attempt at creating a library for working with GeoGebra files. This is largely an educated guess and what works how as the documentation on the format is incredibly sparse. This is mostly incomplete and is mostly meant as a utility crate for Geo-AID.
Re-exports§
Modules§
Structs§
- Conic
- A circle in the construction
- Expression
- A type-erased expression.
- Geogebra
- High-level API for working with a Geogebra workspace.
- Line
- A line element of the Geogebra construction
- List
- A list expression
- Numeric
- A number value
- Point
- A point element of the Geogebra construction
- Ray
- A ray (half-line)
- Segment
- A segment
- Var
- An immutable labeled expression. Passed by reference
Traits§
- Addable
- Marks this as addable
- Conic
Access - Access for conic functions
- Expr
- Line
Access - Trait with line-related functions
- List
Access - A trait for accessing list functions through convertible types
- Numeric
Access - Trait for accessing numeric functions
- Object
- Point
Access - Trait with point-related functions