QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_bezier.cpp File Reference
#include "opennurbs.h"

Functions

bool ON_ChangeRationalBezierCurveWeights (int dim, int order, int cvstride, double *cv, int i0, double w0, int i1, double w1)
 
bool ON_ReparameterizeRationalBezierCurve (double c, int dim, int order, int cvstride, double *cv)
 
bool ON_WorldBBoxIsInTightBBox (const ON_BoundingBox &tight_bbox, const ON_BoundingBox &world_bbox, const ON_Xform *xform)
 

Function Documentation

◆ ON_ChangeRationalBezierCurveWeights()

bool ON_ChangeRationalBezierCurveWeights ( int dim,
int order,
int cvstride,
double * cv,
int i0,
double w0,
int i1,
double w1 )

◆ ON_ReparameterizeRationalBezierCurve()

bool ON_ReparameterizeRationalBezierCurve ( double c,
int dim,
int order,
int cvstride,
double * cv )

◆ ON_WorldBBoxIsInTightBBox()

bool ON_WorldBBoxIsInTightBBox ( const ON_BoundingBox & tight_bbox,
const ON_BoundingBox & world_bbox,
const ON_Xform * xform )