Takes data from one space to another
PROCEDURE ScreenVecToModelVec(VAR pX,pY : REAL);def vs.ScreenVecToModelVec(p):
return p| Name | Type | Description |
|---|---|---|
| p | REAL |
This routine transform a given point from VCS(object) to Model. Ignores the translation of the plan rotation matrix. Just takes into account the rotation
Availability: from VectorWorks13.0