Ticket #60 (assigned enhancement)
parsing quadric equations
| Reported by: | mathieu | Owned by: | markus |
|---|---|---|---|
| Priority: | major | Milestone: | GeoGebra 5.0 |
| Component: | 3D | Keywords: | |
| Cc: | Estimate (h): | ||
| Progress (%): | 0 |
Description
Add to parser :
- x2+y2+z2 = 1
- x2+y2-z = 0
- z = x*y
- etc.
for quadrics.
Storing coefficients in a quadric matrix (Ggb3DMatrix4x4) in kernel3D.GeoQuadric
Change History
comment:2 Changed 2 years ago by mathieu
Add to parser :
- x² + y² + z² = 1
- x² + y² - z = 0
- z = x*y
- etc.
for quadrics.
Storing coefficients in a quadric matrix (Ggb3DMatrix4x4) in kernel3D.GeoQuadric
Note: See
TracTickets for help on using
tickets.

Add to parser :
for quadrics.
Storing coefficients in a quadric matrix (Ggb3DMatrix4x4) in kernel3D.GeoQuadric