Uses of Class
org.jzy3d.maths.Normal.NormalPer
-
Packages that use Normal.NormalPer Package Description org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.plot3d.primitives -
-
Uses of Normal.NormalPer in org.jzy3d.maths
Methods in org.jzy3d.maths that return Normal.NormalPer Modifier and Type Method Description static Normal.NormalPer
Normal.NormalPer. valueOf(String name)
Returns the enum constant of this type with the specified name.static Normal.NormalPer[]
Normal.NormalPer. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Normal.NormalPer in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives declared as Normal.NormalPer Modifier and Type Field Description protected Normal.NormalPer
Geometry. normalPer
Methods in org.jzy3d.plot3d.primitives with parameters of type Normal.NormalPer Modifier and Type Method Description void
Geometry. setNormals(List<Coord3d> normals, Normal.NormalPer normalPer)
Provides normals for this geometry.
-