WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: hotshotiguana
Forum: Vizard 03-22-2012, 12:07 PM
Replies: 5
Views: 17,045
Posted By hotshotiguana
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
Posted By hotshotiguana
So I transferred some Matlab code into Python and...

So I transferred some Matlab code into Python and then did a 3D plot, see below code.

import numpy as np
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt

def...
Forum: Vizard 03-22-2012, 10:44 AM
Replies: 5
Views: 17,045
Posted By hotshotiguana
I am not calculating the y-values correctly. When...

I am not calculating the y-values correctly. When drawn, it looks like a staircase between the two points.
Forum: Vizard 03-22-2012, 09:11 AM
Replies: 5
Views: 17,045
Posted By hotshotiguana
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...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -7. The time now is 08:27 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC