Uses of Class
org.jzy3d.maths.Normal.NormalMode
-
Packages that use Normal.NormalMode Package Description org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.plot3d.primitives.vbo.drawable org.jzy3d.plot3d.primitives.vbo.drawable.loaders -
-
Uses of Normal.NormalMode in org.jzy3d.maths
Methods in org.jzy3d.maths that return Normal.NormalMode Modifier and Type Method Description static Normal.NormalMode
Normal.NormalMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Normal.NormalMode[]
Normal.NormalMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Normal.NormalMode in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable declared as Normal.NormalMode Modifier and Type Field Description protected Normal.NormalMode
DrawableVBO2. normalMode
Should be true AND the element array provided to be able to process averaged normal.Methods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Normal.NormalMode Modifier and Type Method Description static IGLLoader<DrawableVBO2>
DrawableVBO2. makeLoader(float[] points, int pointDimensions, int[][] elementIndices, float[] colors, Normal.NormalMode perVertex)
static IGLLoader<DrawableVBO2>
DrawableVBO2. makeLoader(float[] points, int pointDimensions, int[] elementStart, int[] elementLength, float[] coloring, Normal.NormalMode normalMode)
static IGLLoader<DrawableVBO2>
DrawableVBO2. makeLoader(float[] points, int pointDimensions, int[] elements, int elementSize, IColorMap colormap, float[] coloring, Normal.NormalMode normalMode)
Constructors in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Normal.NormalMode Constructor Description DrawableVBO2(float[] points, int[][] elementIndices, float[] colors, Normal.NormalMode normalMode)
DrawableVBO2(float[] points, int pointDimensions, int[] elements, IColorMap colormap, Normal.NormalMode normalMode)
-
Uses of Normal.NormalMode in org.jzy3d.plot3d.primitives.vbo.drawable.loaders
Fields in org.jzy3d.plot3d.primitives.vbo.drawable.loaders declared as Normal.NormalMode Modifier and Type Field Description protected Normal.NormalMode
VBOBufferLoaderForArrays. normalMode
Constructors in org.jzy3d.plot3d.primitives.vbo.drawable.loaders with parameters of type Normal.NormalMode Constructor Description VBOBufferLoaderForArrays(float[] points, int pointDimensions, int[][] elementIndices, IColorMap colormap, float[] coloring, Normal.NormalMode normalMode)
VBOBufferLoaderForArrays(float[] points, int pointDimensions, int[] elementStarts, int[] elementLength, IColorMap colormap, float[] coloring, Normal.NormalMode normalMode)
VBOBufferLoaderForArrays(float[] points, int pointDimensions, int[] geometries, int verticesPerGeometry, IColorMap colormap, float[] coloring, Normal.NormalMode normalMode)
-