do i have to create my own vectors in gdi(or directX) graphics programming?

fguihen

Well-known member
Joined
Nov 10, 2003
Messages
248
Location
Eire
im creating a simple represntation of a person, which is only a filled in circle in gdi. i want to assign speed and direction to it. do i have to create a class, or struct called vector, or is there a datatype already there that takes in a speed and an angle ?
 
Back
Top