@Deprecated public static class ChamferWeights3D.FloatOffset extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
dx
Deprecated.  
the offset along the X-axis 
 | 
int | 
dy
Deprecated.  
the offset along the Y-axis 
 | 
int | 
dz
Deprecated.  
the offset along the Z-axis 
 | 
float | 
weight
Deprecated.  
the weight associated to this offset 
 | 
| Constructor and Description | 
|---|
FloatOffset(int dx,
           int dy,
           int dz,
           float weight)
Deprecated.  
Creates a new offset for floating point computations. 
 | 
public final int dx
public final int dy
public final int dz
public final float weight
public FloatOffset(int dx,
                   int dy,
                   int dz,
                   float weight)
dx - the offset along the X-axisdy - the offset along the Y-axisdz - the offset along the Z-axisweight - the weight associated to this offsetCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.