Uses of Class
org.web3d.x3d.jsail.fields.MFRotation
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of MFRotation in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFRotation()
Get typed value of this field declaration.fieldValue.getValueMFRotation()
Get typed value of this fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFRotation newValue) Append MFRotation to field for value attribute.fieldValue.appendValue
(MFRotation newValue) Append MFRotation to fieldValue for value attribute.field.setValue
(MFRotation newValue) Set typed value of a MFRotation field declaration.fieldValue.setValue
(MFRotation newValue) Set typed value of a MFRotation fieldValue declaration. -
Uses of MFRotation in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionMFRotation.append
(MFRotation newValue) Appends a new MFRotation to the end of the existing value array, increasing the field length accordingly.MFRotation.append
(SFRotation newValue) Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFRotation.setValue
(double[] newValue) Assign a double-precision array value to this single-precision field.MFRotation.setValue
(MFRotation newValue) Apply an MFRotation value to this field.MFRotation.setValue
(SFRotation newValue) Assign a single-field SFRotation as new array value.MFRotation.setValueByString
(String newValue) Utility accessor for MFRotation using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionMFRotation.append
(MFRotation newValue) Appends a new MFRotation to the end of the existing value array, increasing the field length accordingly.boolean
MFRotation.equals
(MFRotation comparisonMFRotation) Determine whether two objects contain equal values.MFRotation.setValue
(MFRotation newValue) Apply an MFRotation value to this field.ModifierConstructorDescriptionMFRotation
(MFRotation newValue) Constructor to copy an MFRotation value as initial value for this new field object. -
Uses of MFRotation in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionExtrusion.setOrientation
(MFRotation newValue) Assign typed object value to MFRotation orientation field, similar toExtrusion.setOrientation(float[])
. -
Uses of MFRotation in org.web3d.x3d.jsail.HAnim
Modifier and TypeMethodDescriptionHAnimHumanoid.setJointBindingRotations
(MFRotation newValue) Assign typed object value to MFRotation jointBindingRotations field, similar toHAnimHumanoid.setJointBindingRotations(float[])
. -
Uses of MFRotation in org.web3d.x3d.jsail.Interpolation
Modifier and TypeMethodDescriptionOrientationInterpolator.setKeyValue
(MFRotation newValue) Assign typed object value to MFRotation keyValue field, similar toOrientationInterpolator.setKeyValue(float[])
.SquadOrientationInterpolator.setKeyValue
(MFRotation newValue) Assign typed object value to MFRotation keyValue field, similar toSquadOrientationInterpolator.setKeyValue(float[])
.