#include <opennurbs_sphere.h>
Public Member Functions | |
ON_Sphere () | |
ON_Sphere (const ON_3dPoint ¢er, double radius) | |
~ON_Sphere () | |
ON_BoundingBox | BoundingBox () const |
ON_3dPoint | Center () const |
bool | ClosestPointTo (ON_3dPoint test_point, double *longitude_radians, double *latitude_radians) const |
returns parameters of point on sphere that is closest to given point More... | |
ON_3dPoint | ClosestPointTo (ON_3dPoint test_point) const |
returns point on sphere that is closest to given point More... | |
bool | Create (const ON_3dPoint ¢er, double radius) |
double | Diameter () const |
int | GetNurbForm (ON_NurbsSurface &) const |
parameterization of NURBS surface does not match sphere's transcendental paramaterization More... | |
bool | IsValid () const |
ON_Circle | LatitudeDegrees (double latitude_degrees) const |
ON_Circle | LatitudeRadians (double latitude_radians) const |
ON_Circle | LongitudeDegrees (double longitude_degrees) const |
ON_Circle | LongitudeRadians (double longitude_radians) const |
ON_3dVector | NormalAt (double longitude_radians, double latitude_radians) const |
ON_3dPoint | NorthPole () const |
ON_3dPoint | PointAt (double longitude_radians, double latitude_radians) const |
double | Radius () const |
ON_RevSurface * | RevSurfaceForm (bool bArcLengthParameterization, ON_RevSurface *srf=nullptr) const |
Creates a surface of revolution definition of the sphere. More... | |
ON_RevSurface * | RevSurfaceForm (ON_RevSurface *srf=nullptr) const |
bool | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation) |
For intersections see ON_Intersect();. More... | |
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) |
rotate sphere about a point and axis More... | |
bool | Rotate (double angle_radians, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
ON_3dPoint | SouthPole () const |
bool | Transform (const ON_Xform &) |
bool | Translate (const ON_3dVector &) |
Public Attributes | |
ON_Plane | plane |
double | radius |
ON_Sphere::ON_Sphere | ( | ) |
ON_Sphere::ON_Sphere | ( | const ON_3dPoint & | center, |
double | radius | ||
) |
ON_Sphere::~ON_Sphere | ( | ) |
ON_BoundingBox ON_Sphere::BoundingBox | ( | ) | const |
ON_3dPoint ON_Sphere::Center | ( | ) | const |
bool ON_Sphere::ClosestPointTo | ( | ON_3dPoint | test_point, |
double * | longitude_radians, | ||
double * | latitude_radians | ||
) | const |
returns parameters of point on sphere that is closest to given point
ON_3dPoint ON_Sphere::ClosestPointTo | ( | ON_3dPoint | test_point | ) | const |
returns point on sphere that is closest to given point
bool ON_Sphere::Create | ( | const ON_3dPoint & | center, |
double | radius | ||
) |
double ON_Sphere::Diameter | ( | ) | const |
int ON_Sphere::GetNurbForm | ( | ON_NurbsSurface & | ) | const |
parameterization of NURBS surface does not match sphere's transcendental paramaterization
bool ON_Sphere::IsValid | ( | ) | const |
ON_Circle ON_Sphere::LatitudeDegrees | ( | double | latitude_degrees | ) | const |
ON_Circle ON_Sphere::LatitudeRadians | ( | double | latitude_radians | ) | const |
ON_Circle ON_Sphere::LongitudeDegrees | ( | double | longitude_degrees | ) | const |
ON_Circle ON_Sphere::LongitudeRadians | ( | double | longitude_radians | ) | const |
ON_3dVector ON_Sphere::NormalAt | ( | double | longitude_radians, |
double | latitude_radians | ||
) | const |
ON_3dPoint ON_Sphere::NorthPole | ( | ) | const |
ON_3dPoint ON_Sphere::PointAt | ( | double | longitude_radians, |
double | latitude_radians | ||
) | const |
double ON_Sphere::Radius | ( | ) | const |
ON_RevSurface* ON_Sphere::RevSurfaceForm | ( | bool | bArcLengthParameterization, |
ON_RevSurface * | srf = nullptr |
||
) | const |
Creates a surface of revolution definition of the sphere.
bArcLengthParameterization | [in] true: The domain will be set to (0,radius*2*pi)x(-radius*pi/2,radius*pi/2) false: The domain will be set to (0,2*pi)x(-pi/2,pi/2) |
srf | [in] if not nullptr, then this srf is used. Result: A surface of revolution or nullptr if the sphere is not valid. |
ON_RevSurface* ON_Sphere::RevSurfaceForm | ( | ON_RevSurface * | srf = nullptr | ) | const |
bool ON_Sphere::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_3dVector & | axis_of_rotation | ||
) |
For intersections see ON_Intersect();.
rotate sphere about its origin
bool ON_Sphere::Rotate | ( | double | angle_radians, |
const ON_3dVector & | axis_of_rotation | ||
) |
bool ON_Sphere::Rotate | ( | double | sin_angle, |
double | cos_angle, | ||
const ON_3dVector & | axis_of_rotation, | ||
const ON_3dPoint & | center_of_rotation | ||
) |
rotate sphere about a point and axis
bool ON_Sphere::Rotate | ( | double | angle_radians, |
const ON_3dVector & | axis_of_rotation, | ||
const ON_3dPoint & | center_of_rotation | ||
) |
ON_3dPoint ON_Sphere::SouthPole | ( | ) | const |
bool ON_Sphere::Transform | ( | const ON_Xform & | ) |
bool ON_Sphere::Translate | ( | const ON_3dVector & | ) |
ON_Plane ON_Sphere::plane |
double ON_Sphere::radius |