Package | Description |
---|---|
graphVisualizer.utils.x3d |
This package contains the x3d-specific utilities of the
graph visualizer.
|
x3d.avalon |
This package contains the Fraunhofer Avalon extensions to x3d.
|
x3d.fields |
This package contains the x3d field types.
|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Method and Description |
---|---|
Transform |
IEdgeFactory.createEdgeBetweenPoints(String namespace,
String name,
SFVec3f sourcePoint,
SFVec3f targetPoint)
Deprecated.
|
Transform |
DefaultEdgeFactory.createEdgeBetweenPoints(String namespace,
String name,
SFVec3f sourcePoint,
SFVec3f targetPoint)
Deprecated.
|
static Transform |
X3DCreator.createEdgeBetweenTwoPoints(String namespace,
String name,
SFVec3f sourcePoint,
SFVec3f targetPoint,
SFFloat edgeWidth,
Appearance appearance)
Deprecated.
|
Transform |
ILabelFactory.createLabelAtLocation(String namespace,
String name,
String text,
SFVec3f location,
SFVec3f offset)
Deprecated.
|
Transform |
DefaultLabelFactory.createLabelAtLocation(String namespace,
String name,
String text,
SFVec3f location,
SFVec3f offset)
Deprecated.
|
static Transform |
X3DCreator.createLabelAtPosition(String namespace,
String name,
String text,
SFVec3f position,
SFVec3f offset,
SFFloat size,
Boolean billboardLabel,
Appearance appearance)
Deprecated.
|
Transform |
INodeFactory.createNodeAtLocation(String namespace,
String name,
SFVec3f nodeLocation)
Deprecated.
|
Transform |
DefaultNodeFactory.createNodeAtLocation(String namespace,
String name,
SFVec3f nodeLocation)
Deprecated.
|
static Transform |
X3DCreator.createNodeAtPosition(String namespace,
String name,
SFVec3f position,
SimpleGeometryType geometryType,
Appearance appearance)
Deprecated.
|
static SFRotation |
X3DCreator.getAngleAxisRotationBetweenVectors(SFVec3f firstVector,
SFVec3f secondVector)
Deprecated.
Creates the angle-axis rotation projecting the firstVector onto the secondVector.
|
static Transform |
X3DCreator.transformObjects(String namespace,
String name,
SFVec3f center,
SFVec3f translation,
SFRotation rotation,
SFRotation scaleOrientation,
SFVec3f scale,
X3DNode... objects)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected SFVec3f |
SteerNavigator.rotationSpeed |
protected SFVec3f |
SteerNavigator.translationSpeed |
protected SFVec3f |
SteerNavigator.zeroDeflectionRot |
protected SFVec3f |
SteerNavigator.zeroDeflectionTrans |
Modifier and Type | Method and Description |
---|---|
SFVec3f |
SteerNavigator.getRotationSpeed() |
SFVec3f |
SteerNavigator.getTranslationSpeed() |
SFVec3f |
SteerNavigator.getZeroDeflectionRot() |
SFVec3f |
SteerNavigator.getZeroDeflectionTrans() |
Modifier and Type | Method and Description |
---|---|
void |
SteerNavigator.setRotationSpeed(SFVec3f rotationSpeed) |
void |
SteerNavigator.setTranslationSpeed(SFVec3f translationSpeed) |
void |
SteerNavigator.setZeroDeflectionRot(SFVec3f zeroDeflectionRot) |
void |
SteerNavigator.setZeroDeflectionTrans(SFVec3f zeroDeflectionTrans) |
Modifier and Type | Method and Description |
---|---|
static SFVec3f |
SFVec3f.add(SFVec3f lhs,
SFVec3f rhs) |
SFVec3f |
SFVec3f.clone() |
static SFVec3f |
SFVec3f.componentwiseDivide(SFVec3f lhs,
SFVec3f rhs) |
static SFVec3f |
SFVec3f.componentwiseMultiply(SFVec3f lhs,
SFVec3f rhs) |
static SFVec3f |
SFVec3f.convert(SFVec3d value) |
SFVec3f |
ObjectFactory.createSFVec3f() |
SFVec3f |
SFVec3f.crossProduct(SFVec3f value) |
SFVec3f |
SFMatrix3f.getFirstValue() |
SFVec3f |
SFMatrix3f.getSecondValue() |
SFVec3f |
SFMatrix3f.getThirdValue() |
static SFVec3f |
SFVec3f.scalarDivide(SFVec3f lhs,
float rhs) |
static SFVec3f |
SFVec3f.scalarDivide(SFVec3f lhs,
SFFloat rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(Float lhs,
SFVec3f rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(SFFloat lhs,
SFVec3f rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(SFVec3f lhs,
Float rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(SFVec3f lhs,
SFFloat rhs) |
static SFVec3f |
SFVec3f.subtract(SFVec3f lhs,
SFVec3f rhs) |
Modifier and Type | Method and Description |
---|---|
void |
SFVec3f.add(SFVec3f value) |
static SFVec3f |
SFVec3f.add(SFVec3f lhs,
SFVec3f rhs) |
void |
SFVec3f.componentwiseDivide(SFVec3f value) |
static SFVec3f |
SFVec3f.componentwiseDivide(SFVec3f lhs,
SFVec3f rhs) |
void |
SFVec3f.componentwiseMultiply(SFVec3f value) |
static SFVec3f |
SFVec3f.componentwiseMultiply(SFVec3f lhs,
SFVec3f rhs) |
static SFVec3d |
SFVec3d.convert(SFVec3f value) |
SFVec3f |
SFVec3f.crossProduct(SFVec3f value) |
float |
SFVec3f.dotProduct(SFVec3f value) |
static SFVec3f |
SFVec3f.scalarDivide(SFVec3f lhs,
float rhs) |
static SFVec3f |
SFVec3f.scalarDivide(SFVec3f lhs,
SFFloat rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(Float lhs,
SFVec3f rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(SFFloat lhs,
SFVec3f rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(SFVec3f lhs,
Float rhs) |
static SFVec3f |
SFVec3f.scalarMultiply(SFVec3f lhs,
SFFloat rhs) |
void |
SFMatrix3f.setFirstValue(SFVec3f firstValue) |
void |
SFMatrix3f.setSecondValue(SFVec3f secondValue) |
void |
SFMatrix3f.setThirdValue(SFVec3f thirdValue) |
void |
SFVec3f.subtract(SFVec3f value) |
static SFVec3f |
SFVec3f.subtract(SFVec3f lhs,
SFVec3f rhs) |
Constructor and Description |
---|
SFMatrix3f(SFVec3f firstValue,
SFVec3f secondValue,
SFVec3f thirdValue) |
SFRotation(SFVec3f axis,
Float angle) |
SFRotation(SFVec3f axis,
SFFloat angle) |
Modifier and Type | Field and Description |
---|---|
protected SFVec3f |
SpotLight.attenuation |
protected SFVec3f |
PointLight.attenuation |
protected SFVec3f |
Billboard.axisOfRotation |
protected SFVec3f |
X3DShapeNode.bboxCenter
Specifies the bounding box center of the X3DShapeNode.
|
protected SFVec3f |
X3DGroupingNode.bboxCenter |
protected SFVec3f |
Transform.center |
protected SFVec3f |
LOD.center |
protected SFVec3f |
SpotLight.direction |
protected SFVec3f |
DirectionalLight.direction |
protected SFVec3f |
SpotLight.location |
protected SFVec3f |
PointLight.location |
protected SFVec3f |
Transform.scale |
protected SFVec3f |
Box.size
The size of the box.
|
protected SFVec3f |
Transform.translation |
Modifier and Type | Method and Description |
---|---|
SFVec3f |
SpotLight.getAttenuation()
Gets the value of the attenuation property.
|
SFVec3f |
PointLight.getAttenuation()
Gets the value of the attenuation property.
|
SFVec3f |
Billboard.getAxisOfRotation()
Gets the value of the axisOfRotation property.
|
SFVec3f |
X3DShapeNode.getBboxCenter()
Gets the value of the bboxCenter property.
|
SFVec3f |
X3DGroupingNode.getBboxCenter()
Gets the value of the bboxCenter property.
|
SFVec3f |
X3DBoundedObject.getBboxCenter()
Gets the value of the bboxCenter property.
|
SFVec3f |
Transform.getCenter()
Gets the value of the center property.
|
SFVec3f |
LOD.getCenter()
Gets the value of the center property.
|
SFVec3f |
SpotLight.getDirection()
Gets the value of the direction property.
|
SFVec3f |
DirectionalLight.getDirection()
Gets the value of the direction property.
|
SFVec3f |
SpotLight.getLocation()
Gets the value of the location property.
|
SFVec3f |
PointLight.getLocation()
Gets the value of the location property.
|
SFVec3f |
Transform.getScale()
Gets the value of the scale property.
|
SFVec3f |
Box.getSize()
Gets the value of the size property.
|
SFVec3f |
Transform.getTranslation()
Gets the value of the translation property.
|
Modifier and Type | Method and Description |
---|---|
void |
SpotLight.setAttenuation(SFVec3f value)
Sets the value of the attenuation property.
|
void |
PointLight.setAttenuation(SFVec3f value)
Sets the value of the attenuation property.
|
void |
Billboard.setAxisOfRotation(SFVec3f value)
Sets the value of the axisOfRotation property.
|
void |
X3DShapeNode.setBboxCenter(SFVec3f value)
Sets the value of the bboxCenter property.
|
void |
X3DGroupingNode.setBboxCenter(SFVec3f value)
Sets the value of the bboxCenter property.
|
void |
X3DBoundedObject.setBboxCenter(SFVec3f value)
Sets the value of the bboxCenter property.
|
void |
Transform.setCenter(SFVec3f value)
Sets the value of the center property.
|
void |
LOD.setCenter(SFVec3f value)
Sets the value of the center property.
|
void |
SpotLight.setDirection(SFVec3f value)
Sets the value of the direction property.
|
void |
DirectionalLight.setDirection(SFVec3f value)
Sets the value of the direction property.
|
void |
SpotLight.setLocation(SFVec3f value)
Sets the value of the location property.
|
void |
PointLight.setLocation(SFVec3f value)
Sets the value of the location property.
|
void |
Transform.setScale(SFVec3f value)
Sets the value of the scale property.
|
void |
Box.setSize(SFVec3f value)
Sets the value of the size property.
|
void |
Transform.setTranslation(SFVec3f value)
Sets the value of the translation property.
|
Constructor and Description |
---|
Box(SFVec3f size)
Creates a new, solid Box with the provided size.
|
Box(SFVec3f size,
SFBool solid)
Creates a new Box with the provided size and solidity.
|