#include <opennurbs_bezier.h>
|
ON_BOOL32 | Create (int, ON_BOOL32, int, int) |
|
void | Destroy () |
|
ON_BOOL32 | Evaluate (double s, double t, int der_count, int v_stride, double *v) const |
|
| ON_PolynomialSurface () |
|
| ON_PolynomialSurface (const ON_BezierSurface &) |
|
| ON_PolynomialSurface (const ON_PolynomialSurface &) |
|
| ON_PolynomialSurface (int, ON_BOOL32, int, int) |
|
ON_PolynomialSurface & | operator= (const ON_BezierSurface &) |
|
ON_PolynomialSurface & | operator= (const ON_PolynomialSurface &) |
|
| ~ON_PolynomialSurface () |
|
◆ ON_PolynomialSurface() [1/4]
ON_PolynomialSurface::ON_PolynomialSurface |
( |
| ) |
|
◆ ON_PolynomialSurface() [2/4]
ON_PolynomialSurface::ON_PolynomialSurface |
( |
int | dim, |
|
|
ON_BOOL32 | is_rat, |
|
|
int | order0, |
|
|
int | order1 ) |
◆ ~ON_PolynomialSurface()
ON_PolynomialSurface::~ON_PolynomialSurface |
( |
| ) |
|
◆ ON_PolynomialSurface() [3/4]
◆ ON_PolynomialSurface() [4/4]
◆ Create()
ON_BOOL32 ON_PolynomialSurface::Create |
( |
int | dim, |
|
|
ON_BOOL32 | is_rat, |
|
|
int | order0, |
|
|
int | order1 ) |
◆ Destroy()
void ON_PolynomialSurface::Destroy |
( |
| ) |
|
◆ Evaluate()
ON_BOOL32 ON_PolynomialSurface::Evaluate |
( |
double | s, |
|
|
double | t, |
|
|
int | der_count, |
|
|
int | v_stride, |
|
|
double * | v ) const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_cv
◆ m_dim
int ON_PolynomialSurface::m_dim |
◆ m_domain
◆ m_is_rat
int ON_PolynomialSurface::m_is_rat |
◆ m_order
int ON_PolynomialSurface::m_order[2] |
The documentation for this class was generated from the following files: