Uses of Enum
org.jzy3d.maths.Normal.NormalPer
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Normal.NormalPer in org.jzy3d.maths
Modifier and TypeMethodDescriptionstatic Normal.NormalPer
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
Modifier and TypeMethodDescriptionvoid
Geometry.setNormals
(List<Coord3d> normals, Normal.NormalPer normalPer) Provides normals for this geometry.