HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_Bezier (final WB_Point[] controlPoints) | |
WB_Bezier (final WB_PointHomogeneous[] controlPoints) | |
WB_Point | curvePoint (final double u) |
double | n () |
WB_Point[] | points () |
double | loweru () |
double | upperu () |
WB_Bezier | elevateDegree () |
![]() | |
WB_Point | curvePoint (double u) |
Protected Attributes | |
WB_Point[] | points |
int | n |
Static Private Attributes | |
static WB_GeometryFactory | gf = WB_GeometryFactory.instance() |
wblut.geom.WB_Bezier.WB_Bezier | ( | final WB_Point[] | controlPoints | ) |
controlPoints |
wblut.geom.WB_Bezier.WB_Bezier | ( | final WB_PointHomogeneous[] | controlPoints | ) |
controlPoints |
WB_Point wblut.geom.WB_Bezier.curvePoint | ( | final double | u | ) |
WB_Bezier wblut.geom.WB_Bezier.elevateDegree | ( | ) |
double wblut.geom.WB_Bezier.loweru | ( | ) |
Implements wblut.geom.WB_Curve.
double wblut.geom.WB_Bezier.n | ( | ) |
WB_Point [] wblut.geom.WB_Bezier.points | ( | ) |
double wblut.geom.WB_Bezier.upperu | ( | ) |
Implements wblut.geom.WB_Curve.
|
staticprivate |
|
protected |
|
protected |