#include <pcl/surface/3rdparty/opennurbs/opennurbs_sphere.h>
List of all members.
Public Member Functions |
| ON_Sphere () |
| ON_Sphere (const ON_3dPoint ¢er, double radius) |
| ~ON_Sphere () |
bool | IsValid () const |
bool | Create (const ON_3dPoint ¢er, double radius) |
ON_Circle | LatitudeRadians (double latitude_radians) const |
ON_Circle | LatitudeDegrees (double latitude_degrees) const |
ON_Circle | LongitudeRadians (double longitude_radians) const |
ON_Circle | LongitudeDegrees (double longitude_degrees) const |
ON_3dPoint | Center () const |
ON_3dPoint | NorthPole () const |
ON_3dPoint | SouthPole () const |
double | Diameter () const |
double | Radius () const |
ON_3dPoint | PointAt (double longitude_radians, double latitude_radians) const |
ON_3dVector | NormalAt (double longitude_radians, double latitude_radians) const |
ON_BoundingBox | BoundingBox () const |
bool | ClosestPointTo (ON_3dPoint test_point, double *longitude_radians, double *latitude_radians) const |
ON_3dPoint | ClosestPointTo (ON_3dPoint test_point) const |
bool | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation) |
bool | Rotate (double angle_radians, const ON_3dVector &axis_of_rotation) |
bool | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
bool | Rotate (double angle_radians, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
bool | Translate (const ON_3dVector &) |
bool | Transform (const ON_Xform &) |
int | GetNurbForm (ON_NurbsSurface &) const |
ON_RevSurface * | RevSurfaceForm (bool bArcLengthParameterization, ON_RevSurface *srf=NULL) const |
ON_DEPRECATED ON_RevSurface * | RevSurfaceForm (ON_RevSurface *srf=NULL) const |
Public Attributes |
ON_Plane | plane |
double | radius |
Detailed Description
Definition at line 22 of file opennurbs_sphere.h.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file:
- /tmp/buildd/pcl-1.7-1.7.0/surface/include/pcl/surface/3rdparty/opennurbs/opennurbs_sphere.h