Uses of Class
org.sunflow.math.Point2
-
Packages that use Point2 Package Description org.sunflow org.sunflow.core org.sunflow.math -
-
Uses of Point2 in org.sunflow
Methods in org.sunflow with parameters of type Point2 Modifier and Type Method Description voidSunflowAPI. parameter(java.lang.String name, Point2 value)voidSunflowAPIInterface. parameter(java.lang.String name, Point2 value)Declare a parameter with the specified name and value. -
Uses of Point2 in org.sunflow.core
Methods in org.sunflow.core that return Point2 Modifier and Type Method Description Point2ParameterList. getTexCoord(java.lang.String name, Point2 defaultValue)Get the specified texture coordinate parameter from this list.Point2ShadingState. getUV()Get texture coordinates at the hit point.Methods in org.sunflow.core with parameters of type Point2 Modifier and Type Method Description Point2ParameterList. getTexCoord(java.lang.String name, Point2 defaultValue)Get the specified texture coordinate parameter from this list. -
Uses of Point2 in org.sunflow.math
Methods in org.sunflow.math that return Point2 Modifier and Type Method Description Point2Point2. set(float x, float y)Point2Point2. set(Point2 p)Methods in org.sunflow.math with parameters of type Point2 Modifier and Type Method Description static floatPerlinScalar. noise(Point2 p)static Vector3PerlinVector. noise(Point2 p)static floatPerlinScalar. pnoise(Point2 p, float periodx, float periody)static Vector3PerlinVector. pnoise(Point2 p, float periodx, float periody)Point2Point2. set(Point2 p)static floatPerlinScalar. snoise(Point2 p)static Vector3PerlinVector. snoise(Point2 p)static floatPerlinScalar. spnoise(Point2 p, float periodx, float periody)static Vector3PerlinVector. spnoise(Point2 p, float periodx, float periody)Constructors in org.sunflow.math with parameters of type Point2 Constructor Description Point2(Point2 p)
-