Pure Flashcards
1
Q
Shortest distance from poimt to line (parallel to)
A
Mod (p-a) x d / mod d
2
Q
How to find direction vector of line of intersection between two planes
A
Cross product of normals
3
Q
What does det 0 of a 3 by 3 plane do
A
Volume 0, plots them all on the SAME plane
Like 2 x 2 same line y=mx
4
Q
Remember rotation matrix
A
Cos theta - sin
Sin cos
Anticlocksise
5
Q
How to find the area of ANY triangle with vectors
A
Can find intersections and then distances and then angle and then 1/2 a b sun tehta
But much easier if just find CROSS PRODUCT, and then magnitude and divide /2p
This works with any vectors always will work as cross product the direction vector can be multiples…