We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objects:
Properties:
The text was updated successfully, but these errors were encountered:
geometry!! wow exciting
how do you think this would be stored in a tree?
Sorry, something went wrong.
I was thinking we'd have nodes for different primitives, e.g.
{ type: "Relationship", rel: "perpendicular", args: [ { type: "Line" points: [{type: "identifier", name: "A"}, {type: "identifier", name: "B"}], }, { type: "Ray" points: [{type: "identifier", name: "C"}, {type: "identifier", name: "D"}], }, ], }
The tree could then be rendered to a TeX string for typesetting or maybe an image showing a graphical representation of the line and ray.
No branches or pull requests
Objects:
Properties:
The text was updated successfully, but these errors were encountered: