|
Mesh2scaleto Method (Double, Double, Double, Double)
|
Scales the mesh to a given bounding box.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void scaleto(
double minx,
double extentx,
double miny,
double extenty
)
Public Sub scaleto (
minx As Double,
extentx As Double,
miny As Double,
extenty As Double
)
public:
void scaleto(
double minx,
double extentx,
double miny,
double extenty
)
member scaleto :
minx : float *
extentx : float *
miny : float *
extenty : float -> unit
Parameters
- minx
- Type: SystemDouble
Minimum x-coordinate. - extentx
- Type: SystemDouble
Extent in x-direction. - miny
- Type: SystemDouble
Minimum y-coordinate. - extenty
- Type: SystemDouble
Extent in y-direction.
See Also