Tagged Questions
4
votes
3answers
5k views
Rotate normal vector onto axis plane
I have a set of data points in 3D space which apparently all fall onto a specific plane. I use PCA to compute the plane parameters. The 3rd component of PCA gives me the normal vector of the plane ...
0
votes
1answer
136 views
How do I implement multiple sources of gravity, specifically the trig required. (C#) VS 2010
I am designing a small game wherein objects are attracted by multiple objects at once. What I am doing is plotting the course that the shots of these objects will take.
To calculate the pull of the ...
0
votes
1answer
314 views
AS3 (or any language) trig library for triangles?
Does anyone know of a library for easily dropping in parameters of angles and lengths of sides, and letting it automagically extrapolate the non-given angles and lengths using trig? Even if it had ...