public static class ChamferMask3D.FloatOffset extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
dx
the offset along the X-axis 
 | 
int | 
dy
the offset along the Y-axis 
 | 
int | 
dz
the offset along the Z-axis 
 | 
float | 
weight
the weight associated to this offset 
 | 
| Constructor and Description | 
|---|
FloatOffset(int dx,
           int dy,
           int dz,
           float weight)
Creates a new Offset using a floating point weight. 
 | 
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.