Uses of Class org.sunflow.math.Point2

Uses in package org.sunflow.math

Constructors with parameter type org.sunflow.math.Point2

Methods with parameter type org.sunflow.math.Point2

float
Vector3
float
PerlinScalar.pnoise(Point2 p, float periodx, float periody)
Vector3
PerlinVector.pnoise(Point2 p, float periodx, float periody)
Point2
float
Vector3
float
PerlinScalar.spnoise(Point2 p, float periodx, float periody)
Vector3
PerlinVector.spnoise(Point2 p, float periodx, float periody)

Methods with return type org.sunflow.math.Point2

Point2
Point2.set(float x, float y)
Point2

Uses in package org.sunflow.core

Methods with parameter type org.sunflow.math.Point2

Point2
ParameterList.getTexCoord(String name, Point2 defaultValue)
Get the specified texture coordinate parameter from this list.

Methods with return type org.sunflow.math.Point2

Point2
ParameterList.getTexCoord(String name, Point2 defaultValue)
Get the specified texture coordinate parameter from this list.
Point2
Get texture coordinates at the hit point.