| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static R2TransformSOT |
R2TransformSOT.newTransform()
Construct a transform using the default values: The identity quaternion
(0, 0, 0, 1) for orientation, the scale vector (1, 1, 1),
and the translation (0, 0, 0). |
static R2TransformSOT |
R2TransformSOT.newTransformWithValues(com.io7m.jtensors.Quaternion4FType in_orientation,
float in_scale,
com.io7m.jtensors.parameterized.PVector3FType<R2SpaceWorldType> in_translation)
Construct a transform using the given initial values.
|
Copyright © 2016 <code@io7m.com> http://io7m.com