QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_PolynomialSurface Class Reference

#include <opennurbs_bezier.h>

Public Member Functions

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_PolynomialSurfaceoperator= (const ON_BezierSurface &)
 
ON_PolynomialSurfaceoperator= (const ON_PolynomialSurface &)
 
 ~ON_PolynomialSurface ()
 

Public Attributes

ON_4dPointArray m_cv
 
int m_dim
 
ON_Interval m_domain [2]
 
int m_is_rat
 
int m_order [2]
 

Constructor & Destructor Documentation

◆ 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::ON_PolynomialSurface ( const ON_PolynomialSurface & src)

◆ ON_PolynomialSurface() [4/4]

ON_PolynomialSurface::ON_PolynomialSurface ( const ON_BezierSurface & src)

Member Function Documentation

◆ 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]

ON_PolynomialSurface & ON_PolynomialSurface::operator= ( const ON_BezierSurface & src)

◆ operator=() [2/2]

ON_PolynomialSurface & ON_PolynomialSurface::operator= ( const ON_PolynomialSurface & src)

Member Data Documentation

◆ m_cv

ON_4dPointArray ON_PolynomialSurface::m_cv

◆ m_dim

int ON_PolynomialSurface::m_dim

◆ m_domain

ON_Interval ON_PolynomialSurface::m_domain[2]

◆ 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: