ON_Cylinder is a right circular cylinder.
More...
#include <opennurbs_cylinder.h>
|
| | ON_Cylinder () |
| |
| | ON_Cylinder (const ON_Circle &) |
| |
| | ON_Cylinder (const ON_Circle &, double) |
| |
| | ~ON_Cylinder () |
| |
| const ON_3dVector & | Axis () const |
| |
| const ON_3dPoint & | Center () const |
| |
| ON_Circle | CircleAt (double) const |
| |
| bool | ClosestPointTo (ON_3dPoint, double *, double *) const |
| | returns parameters of point on cylinder that is closest to given point More...
|
| |
| ON_3dPoint | ClosestPointTo (ON_3dPoint) const |
| | returns point on cylinder that is closest to given point More...
|
| |
| bool | Create (const ON_Circle &) |
| |
| bool | Create (const ON_Circle &, double) |
| |
| int | GetNurbForm (ON_NurbsSurface &) const |
| | parameterization of NURBS surface does not match cylinder's transcendental paramaterization More...
|
| |
| double | Height () const |
| |
| bool | IsFinite () const |
| |
| bool | IsValid () const |
| |
| ON_Line | LineAt (double) const |
| |
| ON_3dPoint | NormalAt (double, double) const |
| |
| ON_3dPoint | PointAt (double, double) const |
| | evaluate parameters and return point More...
|
| |
| ON_RevSurface * | RevSurfaceForm (ON_RevSurface *srf=nullptr) const |
| | Creates a surface of revolution definition of the cylinder. More...
|
| |
| bool | Rotate (double, double, const ON_3dVector &) |
| | For intersections see ON_Intersect();. More...
|
| |
| bool | Rotate (double, const ON_3dVector &) |
| |
| bool | Rotate (double, double, const ON_3dVector &, const ON_3dPoint &) |
| | rotate cylinder about a point and axis More...
|
| |
| bool | Rotate (double, const ON_3dVector &, const ON_3dPoint &) |
| |
| bool | Translate (const ON_3dVector &) |
| |
ON_Cylinder is a right circular cylinder.
◆ ON_Cylinder() [1/3]
| ON_Cylinder::ON_Cylinder |
( |
| ) |
|
◆ ON_Cylinder() [2/3]
| ON_Cylinder::ON_Cylinder |
( |
const ON_Circle & |
| ) |
|
◆ ON_Cylinder() [3/3]
| ON_Cylinder::ON_Cylinder |
( |
const ON_Circle & |
, |
|
|
double |
|
|
) |
| |
◆ ~ON_Cylinder()
| ON_Cylinder::~ON_Cylinder |
( |
| ) |
|
◆ Axis()
◆ Center()
◆ CircleAt()
| ON_Circle ON_Cylinder::CircleAt |
( |
double |
| ) |
const |
◆ ClosestPointTo() [1/2]
| bool ON_Cylinder::ClosestPointTo |
( |
ON_3dPoint |
, |
|
|
double * |
, |
|
|
double * |
|
|
) |
| const |
returns parameters of point on cylinder that is closest to given point
◆ ClosestPointTo() [2/2]
returns point on cylinder that is closest to given point
◆ Create() [1/2]
| bool ON_Cylinder::Create |
( |
const ON_Circle & |
| ) |
|
◆ Create() [2/2]
| bool ON_Cylinder::Create |
( |
const ON_Circle & |
, |
|
|
double |
|
|
) |
| |
◆ GetNurbForm()
parameterization of NURBS surface does not match cylinder's transcendental paramaterization
◆ Height()
| double ON_Cylinder::Height |
( |
| ) |
const |
◆ IsFinite()
| bool ON_Cylinder::IsFinite |
( |
| ) |
const |
◆ IsValid()
| bool ON_Cylinder::IsValid |
( |
| ) |
const |
◆ LineAt()
| ON_Line ON_Cylinder::LineAt |
( |
double |
| ) |
const |
◆ NormalAt()
| ON_3dPoint ON_Cylinder::NormalAt |
( |
double |
, |
|
|
double |
|
|
) |
| const |
◆ PointAt()
| ON_3dPoint ON_Cylinder::PointAt |
( |
double |
, |
|
|
double |
|
|
) |
| const |
evaluate parameters and return point
◆ RevSurfaceForm()
Creates a surface of revolution definition of the cylinder.
- Parameters
-
| srf | [in] if not nullptr, then this srf is used. Result: A surface of revolution or nullptr if the cylinder is not valid or is infinite. |
◆ Rotate() [1/4]
| bool ON_Cylinder::Rotate |
( |
double |
, |
|
|
double |
, |
|
|
const ON_3dVector & |
|
|
) |
| |
For intersections see ON_Intersect();.
rotate cylinder about its origin
◆ Rotate() [2/4]
| bool ON_Cylinder::Rotate |
( |
double |
, |
|
|
const ON_3dVector & |
|
|
) |
| |
◆ Rotate() [3/4]
rotate cylinder about a point and axis
◆ Rotate() [4/4]
◆ Translate()
◆ circle
◆ height
| double ON_Cylinder::height[2] |