Class InterpolatingMicrosphere.Facet
java.lang.Object
org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.Facet
- Enclosing class:
InterpolatingMicrosphere
Microsphere "facet" (surface element).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final double[]
Normal vector characterizing a surface element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
Return a reference to the vector normal to this facet.
-
Field Details
-
normal
private final double[] normalNormal 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.
-