public static interface IsolineBuilder.ZMetric<TZ>
Modifier and Type | Method and Description |
---|---|
int |
cut(TZ zA,
TZ zB,
TZ z0)
Check if the edge [AB] between two samples A and B "intersect" the zz0 plane.
|
double |
interpolate(TZ zA,
TZ zB,
TZ z0)
Interpolate a crossing point on an edge [AB].
|
int cut(TZ zA, TZ zB, TZ z0)
zA
- z value for the A samplezB
- z value for the B samplez0
- z value for the intersecting planeCopyright © 2019. All rights reserved.