Tagged Questions
The vectormath tag has no wiki summary.
5
votes
3answers
2k views
How to do matrix and vector math in Objective-C?
I need to do matrix and vector math in Objective-C. Are there tutorials which show how this works? Are there math libraries that come in handy?
3
votes
4answers
871 views
SIMD Sony Vector Math Library in OS X with C++
I'm currently writing a very simple game engine for an assignment and to make the code a lot nicer I've decided to use a vector math library. One of my lecturers showed me the Sony Vector Math library ...
3
votes
3answers
309 views
Math programming help for a gimble-based painting machine
I'm an artist involved with building various sorts of computer controlled machines. I've started prototyping a gimble-based XY painting machine and have realized that the maths needed are out of my ...
2
votes
3answers
330 views
Intuitive 3D Math Resources
I have been trying to find some well presented and explained Vector and Quaternion resources recently to brush up on my 3D skills, and have been having some trouble.
Most of the resources I have ...
1
vote
1answer
42 views
Selecting the relevant plane of a bounding box prior to ray plane intersection
I am tracking objects for which I need to test if they are located inside or outside a cube / bounding box. If they are outside, I do a ray-plane intersection to calculate a point on one of the planes ...
1
vote
1answer
110 views
Closest point on circle in 3d. What's missing?
I hope I manage to explain this clearly. I am trying to calculate the closest point on a circle in 3D. I found the following solution:
...
1
vote
2answers
143 views
Circle to tangent mapping
Assume you're given a circle with the line AB containing its center O, such that A and B are on the circle (OA=OB=radius). A tangent t is drawn on the point A, and
I should calculate the mapping of ...
1
vote
0answers
384 views
Transforming 3D Position Data To 2D Pixel Translation?
Can anyone help me with the math involved to map 3D positional data to points within a 2D canvas?
That data I am receiving is from a head tracking device. I get all 6 degrees-of-freedom (x, y, z, ...
1
vote
3answers
197 views
Non-axis aligned scaling
Finding a good way to do this has stumped me for a while now: assume I have a selection box with a set of points in it. By dragging the corners you can scale the (distance between) points in the box. ...
0
votes
2answers
76 views
AMD Open64: Optimized math functions
Does Open64 has something equivalent to Intel Short Vector Math Library Operations.
Thank you.