Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 544 Bytes

File metadata and controls

27 lines (20 loc) · 544 Bytes

ScreenVecToModelVec

Description

Takes data from one space to another

PROCEDURE ScreenVecToModelVec(VAR pX,pY : REAL);
def vs.ScreenVecToModelVec(p):
    return p

Parameters

Name Type Description
p REAL

Remarks

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

Version

Availability: from VectorWorks13.0

Category