HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_RBezierSurface (final WB_Point[][] controlPoints) | |
WB_RBezierSurface (final WB_Point[][] controlPoints, final double[][] weights) | |
WB_RBezierSurface (final WB_PointHomogeneous[][] controlPoints) | |
WB_Point | surfacePoint (final double u, final double v) |
WB_Point[][] | points () |
int | n () |
int | m () |
double | loweru () |
double | upperu () |
double | lowerv () |
double | upperv () |
WB_RBezierSurface | elevateUDegree () |
WB_RBezierSurface | elevateVDegree () |
![]() | |
WB_BezierSurface () | |
WB_BezierSurface (final WB_Point[][] controlPoints) | |
WB_BezierSurface (final WB_PointHomogeneous[][] controlPoints) | |
WB_Point | surfacePoint (final double u, final double v) |
WB_Point[][] | points () |
int | n () |
int | m () |
double | loweru () |
double | upperu () |
double | lowerv () |
double | upperv () |
WB_BezierSurface | elevateUDegree () |
WB_BezierSurface | elevateVDegree () |
HE_Mesh | toControlHemesh () |
![]() | |
WB_Point | surfacePoint (double u, double v) |
Protected Attributes | |
WB_PointHomogeneous[][] | wpoints |
![]() | |
WB_Point[][] | points |
int | n |
int | m |
Private Attributes | |
final double[][] | weights |
wblut.geom.WB_RBezierSurface.WB_RBezierSurface | ( | final WB_Point | controlPoints[][] | ) |
controlPoints |
wblut.geom.WB_RBezierSurface.WB_RBezierSurface | ( | final WB_Point | controlPoints[][], |
final double | weights[][] | ||
) |
controlPoints | |
weights |
wblut.geom.WB_RBezierSurface.WB_RBezierSurface | ( | final WB_PointHomogeneous | controlPoints[][] | ) |
controlPoints |
WB_RBezierSurface wblut.geom.WB_RBezierSurface.elevateUDegree | ( | ) |
WB_RBezierSurface wblut.geom.WB_RBezierSurface.elevateVDegree | ( | ) |
double wblut.geom.WB_RBezierSurface.loweru | ( | ) |
double wblut.geom.WB_RBezierSurface.lowerv | ( | ) |
int wblut.geom.WB_RBezierSurface.m | ( | ) |
int wblut.geom.WB_RBezierSurface.n | ( | ) |
WB_Point [][] wblut.geom.WB_RBezierSurface.points | ( | ) |
WB_Point wblut.geom.WB_RBezierSurface.surfacePoint | ( | final double | u, |
final double | v | ||
) |
double wblut.geom.WB_RBezierSurface.upperu | ( | ) |
double wblut.geom.WB_RBezierSurface.upperv | ( | ) |
|
private |
|
protected |