Class InterpolatingMicrosphere.Facet

java.lang.Object
org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.Facet
Enclosing class:
InterpolatingMicrosphere

private static class InterpolatingMicrosphere.Facet extends Object
Microsphere "facet" (surface element).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final double[]
    Normal vector characterizing a surface element.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Facet(double[] n)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
    Return a reference to the vector normal to this facet.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • normal

      private final double[] normal
      Normal vector characterizing a surface element.
  • Constructor Details

    • Facet

      Facet(double[] n)
      Parameters:
      n - Normal vector characterizing a surface element of the microsphere. No copy is made.
  • Method Details

    • getNormal

      public double[] getNormal()
      Return a reference to the vector normal to this facet.
      Returns:
      the normal vector.