public class DgnQuaternion extends Object
DgnQuaternion class
Constructor and Description |
---|
DgnQuaternion()
Initializes a new instance of the
DgnQuaternion class. |
DgnQuaternion(long x,
long y,
long z,
long w)
Initializes a new instance of the
DgnQuaternion class. |
Modifier and Type | Method and Description |
---|---|
long |
getW()
Gets the w.
|
long |
getX()
Gets the x.
|
long |
getY()
Gets the y.
|
long |
getZ()
Gets the z.
|
public DgnQuaternion(long x, long y, long z, long 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.