public class DgnQuaternion extends Object
DgnQuaternion class
Constructor and Description |
---|
DgnQuaternion()
Initializes a new instance of the
DgnQuaternion class. |
DgnQuaternion(int x,
int y,
int z,
int w)
Initializes a new instance of the
DgnQuaternion class. |
Modifier and Type | Method and Description |
---|---|
int |
getW()
Gets the w.
|
int |
getX()
Gets the x.
|
int |
getY()
Gets the y.
|
int |
getZ()
Gets the z.
|
public DgnQuaternion(int x, int y, int z, int w)
Initializes a new instance of the DgnQuaternion
class.
x
- The x value.y
- The y value.z
- The z value.w
- The w value.public DgnQuaternion()
Initializes a new instance of the DgnQuaternion
class.