A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)public final class PMatrix2x2DGenerator<A,B> extends Object implements net.java.quickcheck.Generator<PMatrix2x2D<A,B>>
| Constructor and Description |
|---|
PMatrix2x2DGenerator(net.java.quickcheck.Generator<Double> in_gen)
Construct a generator.
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B> net.java.quickcheck.Generator<PMatrix2x2D<A,B>> |
create()
Create a generator initialized with a default component generator.
|
static <A,B> net.java.quickcheck.Generator<PMatrix2x2D<A,B>> |
createNormal()
Create a generator initialized with a default component generator that only
produces values in the range
[-1.0, 1.0]. |
PMatrix2x2D<A,B> |
next() |
public PMatrix2x2DGenerator(net.java.quickcheck.Generator<Double> in_gen)
in_gen - A component generatorpublic static <A,B> net.java.quickcheck.Generator<PMatrix2x2D<A,B>> create()
A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)public static <A,B> net.java.quickcheck.Generator<PMatrix2x2D<A,B>> createNormal()
[-1.0, 1.0].A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)public PMatrix2x2D<A,B> next()
next in interface net.java.quickcheck.Generator<PMatrix2x2D<A,B>>Copyright © 2017 <code@io7m.com> http://io7m.com