C++
virtual void getCameraLocation( AcGePoint3d& location ) const = 0;
Description
Sets location to the viewport camera's world coordinate location. This is where the viewport's "eye" would be in world space.
Parameters
Parameters | Description |
---|---|
location | Returns the camera location point |