Forum: Vizard
03-22-2012, 12:07 PM
|
Replies: 5
Views: 17,045
I found the problem, here is my solution in...
I found the problem, here is my solution in Vizard:
xs, ys, zs = get_sphere_line([2.85, -1., 0.238], [1.722, .001, .46],
[3.94, .001, 0.026])
viz.startLayer(viz.LINE_STRIP)
...
|
Forum: Vizard
03-22-2012, 11:28 AM
|
Replies: 5
Views: 17,045
|
Forum: Vizard
03-22-2012, 10:44 AM
|
Replies: 5
Views: 17,045
|
Forum: Vizard
03-22-2012, 09:11 AM
|
Replies: 5
Views: 17,045
Create an arc between two points
I have two x, z points - for example ([1.722, .46], [3.94, .026]) - and I am trying to draw an arc (or a great (or small) circle) between the two points. I also have calculated 50 control x, z points...
|