Message 1 of 3
Matrix2D and drawing coordinate transformation

Not applicable
08-15-2006
09:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to get the coordinates of points in a drawing view based on an arbitrary datum. Here's the information I have:
View center point
location of points in question (in model, sheet, and view space)
location of datum (in model, sheet, and view space)
The goal is to develop X and Y distances from the datum to the points in question. This seems like something the Matrix2D object would be good for, but I can't find anything in the API help other than the basic definition of the object.
Does anyone know how (or if) to use the Matrix2D object in a case like this? Or is there an easier way?
View center point
location of points in question (in model, sheet, and view space)
location of datum (in model, sheet, and view space)
The goal is to develop X and Y distances from the datum to the points in question. This seems like something the Matrix2D object would be good for, but I can't find anything in the API help other than the basic definition of the object.
Does anyone know how (or if) to use the Matrix2D object in a case like this? Or is there an easier way?