Learn how vectors can specify a direction and, at the same time specify a direction. The cartesian coordinate system is also discused
View ProjectLearn how to Add Vectors
FORMULA: ( x1 , y1 ) + ( x2 , y2 ) = (x1+ x2, y1+ y2)
View ProjectLearn how to Calculate the direction to shoot a bullet by using Vector Subtraction
FORMULA: (x2 - x1 , y2 - y1)
View ProjectReview the Pythagorean Theorm, a very important formula for game math
FORMULA: √a2 + b2 = c2
View ProjectLearn how to calculate the distance from one point or object to another by using Pathageoran's Theorm
FORMULA: √( (x2 - x1)2 + (y2 - y1)2)
View ProjectLearn how multiplication works to increase the size of a vector
FORMULA: s(x,y) = (sx,sy)
View ProjectLearn how to shorten a vector that will have a length of 1
FORMULA: (x⁄magnitude, y⁄magnitude )
View Project