public interface SMFBv1CoordinateSystemsWritableType
extends com.io7m.jpra.runtime.java.JPRAValueType
SMFBv1CoordinateSystemsWritableType packed type.| Modifier and Type | Method and Description |
|---|---|
void |
set(int right,
int up,
int forward,
int winding)
Set the value of all fields.
|
void |
setForward(int x)
Set the value of the
forward field. |
void |
setRight(int x)
Set the value of the
right field. |
void |
setUp(int x)
Set the value of the
up field. |
void |
setWinding(int x)
Set the value of the
winding field. |
void setRight(int x)
right field.
The 3 least significant bits of x will be used.x - The new valuevoid setUp(int x)
up field.
The 3 least significant bits of x will be used.x - The new valuevoid setForward(int x)
forward field.
The 3 least significant bits of x will be used.x - The new valuevoid setWinding(int x)
winding field.
The 2 least significant bits of x will be used.x - The new valuevoid set(int right,
int up,
int forward,
int winding)
right - The value for field rightup - The value for field upforward - The value for field forwardwinding - The value for field windingCopyright © 2017 <code@io7m.com> http://io7m.com