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