How can I draw circles in 3D space from 2 points and a center?
Show older comments
I have C++ code that returns a vector of points as follows: vector double CenterLocs; vector double LocOnes; vector double LocTwos; Each vector has the same size - about 1500.
I want to draw circles with a fixed radius in 3D space using CenterLocs[0], LocOnes[0], LocTwos[0] for the first circle and so forth until I have 1500 circles on the same plane. Then I would like to color in the circles. Ideas?
Thank you!!
Answers (0)
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!