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