| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static R2TransformSiOT |
R2TransformSiOT.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 R2TransformSiOT |
R2TransformSiOT.newTransformWith(com.io7m.jtensors.Quaternion4FType in_orientation,
com.io7m.jtensors.Vector3FType in_scale,
com.io7m.jtensors.parameterized.PVectorM3F<R2SpaceWorldType> in_translation)
Construct a transform using the given initial values.
|
Copyright © 2016 <code@io7m.com> http://io7m.com