Go to the source code of this file.
|
ON_DECL bool | ON_GetViewportRotationAngles (const ON_3dVector &, const ON_3dVector &, const ON_3dVector &, double *, double *, double *) |
|
ON_DECL bool | ON_IntersectViewFrustumPlane (const ON_Viewport &vp, const ON_PlaneEquation &plane_equation, ON_SimpleArray< ON_3dPoint > &points) |
|
ON_DECL bool | ON_ViewportFromRhinoView (ON::view_projection, const ON_3dPoint &, double, double, double, double, double, int, int, ON_Viewport &) |
|
◆ ON_GetViewportRotationAngles()
◆ ON_IntersectViewFrustumPlane()
◆ ON_ViewportFromRhinoView()
ON_DECL bool ON_ViewportFromRhinoView |
( |
ON::view_projection | projection, |
|
|
const ON_3dPoint & | rhvp_target, |
|
|
double | rhvp_angle1, |
|
|
double | rhvp_angle2, |
|
|
double | rhvp_angle3, |
|
|
double | rhvp_viewsize, |
|
|
double | rhvp_cameradist, |
|
|
int | screen_width, |
|
|
int | screen_height, |
|
|
ON_Viewport & | vp ) |