Go to the source code of this file.
Classes | |
| class | ON_Viewport |
Functions | |
| 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_DECL bool ON_GetViewportRotationAngles | ( | const ON_3dVector & | , |
| const ON_3dVector & | , | ||
| const ON_3dVector & | , | ||
| double * | , | ||
| double * | , | ||
| double * | |||
| ) |
Definition at line 93 of file opennurbs_viewport.cpp.
| ON_DECL bool ON_IntersectViewFrustumPlane | ( | const ON_Viewport & | vp, |
| const ON_PlaneEquation & | plane_equation, | ||
| ON_SimpleArray< ON_3dPoint > & | points | ||
| ) |
Definition at line 4267 of file opennurbs_viewport.cpp.
| ON_DECL bool ON_ViewportFromRhinoView | ( | ON::view_projection | , |
| const ON_3dPoint & | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| int | , | ||
| int | , | ||
| ON_Viewport & | |||
| ) |
Definition at line 1955 of file opennurbs_viewport.cpp.