enkimute / ganja.js

:triangular_ruler: Javascript Geometric Algebra Generator for Javascript, c++, c#, rust, python. (with operator overloading and algebraic literals) -
MIT License
1.52k stars 108 forks source link

Table at section "Ganja ingredients and syntax." should have a row for inner product operator "|" #157

Open thejibz opened 1 year ago

thejibz commented 1 year ago

Example of using this operator (inner product) to project a point on a line in PGA: var projected_point = (p1 | line1) / line1

thejibz commented 1 year ago

Table found here in 1.1 section could be just added to the Readme !