A C D F G I L M O P R S T U V X Y Z

P

PerlinFunction2D - Class in za.co.luma.math.function
This class is sued to create 2D Perlin noise.
PerlinFunction2D(int, int, int) - Constructor for class za.co.luma.math.function.PerlinFunction2D
 
PerlinFunction2D(int, int, int, double, boolean) - Constructor for class za.co.luma.math.function.PerlinFunction2D
 
pointDoubleToInt(Vector2DDouble, Vector2DDouble, double) - Static method in class za.co.luma.math.sampling.PoissonDiskMultiSampler
Converts a PointDouble to a PointInt that represents the index coordinates of the point in the background grid.
pointInTriangle(Vector2DDouble, Vector2DDouble, Vector2DDouble, Vector2DDouble) - Static method in class za.co.luma.geom.Vector2DDouble
Checks whether a point lies within the triangle described by three vertices.
pointInTriangle(Vector3DDouble, Vector3DDouble, Vector3DDouble, Vector3DDouble) - Static method in class za.co.luma.geom.Vector3DDouble
Checks whether a point lies within the triangle described by three vertices.
PoissonDiskDemo - Class in <Unnamed>
 
PoissonDiskDemo() - Constructor for class PoissonDiskDemo
 
PoissonDiskMultiSampler - Class in za.co.luma.math.sampling
 
PoissonDiskMultiSampler(double, double, double, double, double[], double[], double[], RealFunction2DDouble, boolean, int) - Constructor for class za.co.luma.math.sampling.PoissonDiskMultiSampler
Construct a new PoissonDisk object, with a given domain and minimum distance between points.
PoissonDiskMultiSampler(double, double, double, double, double[], double[], double[], RealFunction2DDouble, boolean) - Constructor for class za.co.luma.math.sampling.PoissonDiskMultiSampler
Construct a new PoissonDisk object, with a given domain and minimum distance between points.
PoissonDiskMultiSampler.Circle - Class in za.co.luma.math.sampling
 
PoissonDiskMultiSampler.Circle(double, double, double) - Constructor for class za.co.luma.math.sampling.PoissonDiskMultiSampler.Circle
 
PoissonDiskSampler - Class in za.co.luma.math.sampling
Algorithm based on Fast Poisson Disk Sampling in Arbitrary Dimensions by Robert Bridson, but with an arbitrary minimum distance function.
PoissonDiskSampler(double, double, double, double, double, RealFunction2DDouble, int) - Constructor for class za.co.luma.math.sampling.PoissonDiskSampler
Construct a new PoissonDisk object, with a given domain and minimum distance between points.
PoissonDiskSampler(double, double, double, double, double, RealFunction2DDouble) - Constructor for class za.co.luma.math.sampling.PoissonDiskSampler
Construct a new PoissonDisk object, with a given domain and minimum distance between points.

A C D F G I L M O P R S T U V X Y Z