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.
|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Method and Description |
---|---|
static SFRotation |
X3DCreator.getAngleAxisRotationBetweenVectors(SFVec3d firstVector,
SFVec3d secondVector)
Deprecated.
Creates the angle-axis rotation projecting the firstVector onto the secondVector.
|
static SFRotation |
X3DCreator.getAngleAxisRotationBetweenVectors(SFVec3f firstVector,
SFVec3f secondVector)
Deprecated.
Creates the angle-axis rotation projecting the firstVector onto the secondVector.
|
static SFRotation |
X3DCreator.getAngleAxisRotationBetweenVectors(SFVec4d firstVector,
SFVec4d secondVector)
Deprecated.
Creates the angle-axis rotation projecting the firstVector onto the secondVector.
|
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 |
---|---|
static Transform |
X3DCreator.transformObjects(String namespace,
String name,
SFVec3f center,
SFVec3f translation,
SFRotation rotation,
SFRotation scaleOrientation,
SFVec3f scale,
X3DNode... objects)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SFRotation |
ObjectFactory.createSFRotation() |
Modifier and Type | Field and Description |
---|---|
protected SFRotation |
Transform.rotation |
protected SFRotation |
Transform.scaleOrientation |
Modifier and Type | Method and Description |
---|---|
SFRotation |
Transform.getRotation()
Gets the value of the rotation property.
|
SFRotation |
Transform.getScaleOrientation()
Gets the value of the scaleOrientation property.
|
Modifier and Type | Method and Description |
---|---|
void |
Transform.setRotation(SFRotation value)
Sets the value of the rotation property.
|
void |
Transform.setScaleOrientation(SFRotation value)
Sets the value of the scaleOrientation property.
|