Home
last modified time | relevance | path

Searched refs:pbdDotNormal (Results 1 – 1 of 1) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/math/
H A DPlane3D.java55 double pbdDotNormal = pb.dot(normal); in orientedDistance() local
56 if (Double.isNaN(pbdDotNormal)) in orientedDistance()
58 double d = pbdDotNormal / normal.length(); in orientedDistance()