Skip to content

Commit

Permalink
opns cga example added
Browse files Browse the repository at this point in the history
  • Loading branch information
enkimute committed Nov 7, 2018
1 parent f77ac8e commit deb30d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/example_cga3d_opns_line_circle.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
var upviz = ["x","y","z",".5*(x*x+y*y+z*z)-.5",".5*(x*x+y*y+z*z)+.5"];

// Next we create some points
var p1 = up(1e3-1e1), p2 = up(-1e3-1e1), p3 = up(1e2-1e1),
q1 = up(1e1+1e2), q2 = up(1e1-1e2);
var p1 = up(1e3-1e1), p2 = up(-1e3-1e1), p3 = up(1e2-1e1);

// We create a circle and a line.
var c1 = (p1^p2^p3).Normalized, c2 = (p3^p2^ni).Normalized;
Expand Down

0 comments on commit deb30d6

Please sign in to comment.