PDA

View Full Version : Working with vectors in ObjectARX


chris.kulhanek
2006-10-11, 11:49 PM
I sure hope my post gets read, i mean, there are just a ton of threads in this discussion....

for anyone that does read this, can you explain to me what the heck a vector is. When I create on, strange things happen to my points and I can't make heads or tails of what is going on. Is the XX YY varibles in a vector 2 points? Thanks for any help.

-CK

Ed Jobe
2006-10-12, 03:14 PM
Without getting into the math, an acad line is a vector because it has a start point and an end point in a coordinate system.

That said, its not clear to me what you want. When asking for programming help, it usually is best to provide a sample of your code and be more specific about what the problem is, rather than just 'strange things'.