0 Members and 1 Guest are viewing this topic.
a vector is the difference between two points, or how do i get from pt a to pt b. think of it as an autocad commandline10,10,10 @5,5,5 // vectorthe resulting point is 15,15,15The AcGeCeVector2d and 3d are both based from the origin