Package | Description |
---|---|
graphVisualizer.utils.x3d |
This package contains the x3d-specific utilities of the
graph visualizer.
|
x3d.fields |
This package contains the x3d field types.
|
Modifier and Type | Method and Description |
---|---|
static SFRotation |
X3DCreator.getAngleAxisRotationBetweenVectors(SFVec4f firstVector,
SFVec4f secondVector)
Deprecated.
Creates the angle-axis rotation projecting the firstVector onto the secondVector.
|
Modifier and Type | Method and Description |
---|---|
void |
SFVec4f.add(SFVec4f value) |
static SFVec4f |
SFVec4f.add(SFVec4f lhs,
SFVec4f rhs) |
void |
SFVec4f.componentwiseDivide(SFVec4f value) |
static SFVec4f |
SFVec4f.componentwiseDivide(SFVec4f lhs,
SFVec4f rhs) |
void |
SFVec4f.componentwiseMultiply(SFVec4f value) |
static SFVec4f |
SFVec4f.componentwiseMultiply(SFVec4f lhs,
SFVec4f rhs) |
static SFVec4d |
SFVec4d.convert(SFVec4f value) |
SFVec4f |
SFVec4f.crossProduct(SFVec4f value) |
Float |
SFVec4f.dotProduct(SFVec4f value) |
static SFVec4f |
SFVec4f.scalarDivide(SFVec4f lhs,
Float rhs) |
static SFVec4f |
SFVec4f.scalarDivide(SFVec4f lhs,
SFFloat rhs) |
static SFVec4f |
SFVec4f.scalarMultiply(Float lhs,
SFVec4f rhs) |
static SFVec4f |
SFVec4f.scalarMultiply(SFFloat lhs,
SFVec4f rhs) |
static SFVec4f |
SFVec4f.scalarMultiply(SFVec4f lhs,
Float rhs) |
static SFVec4f |
SFVec4f.scalarMultiply(SFVec4f lhs,
SFFloat rhs) |
void |
SFMatrix4f.setFirstValue(SFVec4f firstValue) |
void |
SFMatrix4f.setFourthValue(SFVec4f fourthValue) |
void |
SFMatrix4f.setSecondValue(SFVec4f secondValue) |
void |
SFMatrix4f.setThirdValue(SFVec4f thirdValue) |
void |
SFVec4f.subtract(SFVec4f value) |
static SFVec4f |
SFVec4f.subtract(SFVec4f lhs,
SFVec4f rhs) |
Constructor and Description |
---|
SFMatrix4f(SFVec4f firstValue,
SFVec4f secondValue,
SFVec4f thirdValue,
SFVec4f fourthValue) |