HE_Mesh
6.0.1
|
Public Member Functions | |
WB_SurfaceBlend (final WB_Surface surfA, final WB_Surface surfB) | |
double | loweru () |
double | lowerv () |
WB_Point | surfacePoint (final double u, final double v) |
WB_Point | surfacePoint (final double u, final double v, final double t) |
double | upperu () |
double | upperv () |
![]() | |
WB_Point | surfacePoint (double u, double v) |
Private Attributes | |
final WB_Surface | surfA |
final WB_Surface | surfB |
wblut.geom.WB_SurfaceBlend.WB_SurfaceBlend | ( | final WB_Surface | surfA, |
final WB_Surface | surfB | ||
) |
surfA | |
surfB |
References wblut.geom.WB_SurfaceBlend.surfA, and wblut.geom.WB_SurfaceBlend.surfB.
double wblut.geom.WB_SurfaceBlend.loweru | ( | ) |
Get the lower end of the u parameter range.
Implements wblut.geom.WB_Surface.
References wblut.geom.WB_Surface.loweru(), and wblut.math.WB_Math.max().
double wblut.geom.WB_SurfaceBlend.lowerv | ( | ) |
Get the lower end of the v parameter range.
Implements wblut.geom.WB_Surface.
References wblut.geom.WB_Surface.lowerv(), and wblut.math.WB_Math.max().
WB_Point wblut.geom.WB_SurfaceBlend.surfacePoint | ( | final double | u, |
final double | v | ||
) |
References wblut.geom.WB_Point.addSelf(), and wblut.geom.WB_Surface.surfacePoint().
WB_Point wblut.geom.WB_SurfaceBlend.surfacePoint | ( | final double | u, |
final double | v, | ||
final double | t | ||
) |
u | |
v | |
t |
References wblut.geom.WB_Point.addMulSelf(), wblut.geom.WB_Point.subSelf(), and wblut.geom.WB_Surface.surfacePoint().
double wblut.geom.WB_SurfaceBlend.upperu | ( | ) |
Get the upper end of the u parameter range.
Implements wblut.geom.WB_Surface.
References wblut.math.WB_Math.min(), and wblut.geom.WB_Surface.upperu().
double wblut.geom.WB_SurfaceBlend.upperv | ( | ) |
Get the upper end of the v parameter range.
Implements wblut.geom.WB_Surface.
References wblut.math.WB_Math.min(), and wblut.geom.WB_Surface.upperv().
|
private |
|
private |