- #1
- 149
- 15
i have a 3d vector, and i want to draw a circle with a specified radius around the vector (for computer programming)
so i have the location of the center of the circle(first point of the vector)
but i also want the circle to be at a right angle to the vector
my approach:
the equation of a sphere centered at x,y,z.
but i need to find the relation between u and v so that it forms a circle normal to some specified vector
please help thanks
so i have the location of the center of the circle(first point of the vector)
but i also want the circle to be at a right angle to the vector
my approach:
the equation of a sphere centered at x,y,z.
but i need to find the relation between u and v so that it forms a circle normal to some specified vector
please help thanks