Class InterpolatingMicrosphere.Facet
- java.lang.Object
-
- org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.Facet
-
- Enclosing class:
- InterpolatingMicrosphere
private static class InterpolatingMicrosphere.Facet extends java.lang.Object
Microsphere "facet" (surface element).
-
-
Field Summary
Fields Modifier and Type Field Description private double[]
normal
Normal vector characterizing a surface element.
-
Constructor Summary
Constructors Constructor Description Facet(double[] n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
getNormal()
Return a reference to the vector normal to this facet.
-