Uses of Class
org.web3d.x3d.jsail.fields.MFRotationObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core | |
org.web3d.x3d.jsail.fields | |
org.web3d.x3d.jsail.Geometry3D | |
org.web3d.x3d.jsail.HAnim | |
org.web3d.x3d.jsail.Interpolation |
-
Uses of MFRotationObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFRotationObject Modifier and Type Method Description MFRotationObject
fieldObject. getValueMFRotation()
Get typed value of this field declaration.MFRotationObject
fieldValueObject. getValueMFRotation()
Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFRotationObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(MFRotationObject newValue)
Append MFRotationObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFRotationObject newValue)
Append MFRotationObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFRotationObject newValue)
Set typed value of a MFRotation field declaration.fieldValueObject
fieldValueObject. setValue(MFRotationObject newValue)
Set typed value of a MFRotation fieldValue declaration. -
Uses of MFRotationObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFRotationObject Modifier and Type Method Description MFRotationObject
MFRotationObject. append(MFRotationObject newValue)
Appends a new MFRotationObject to the end of the existing value array, increasing the field length accordingly.MFRotationObject
MFRotationObject. append(SFRotationObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFRotationObject
MFRotationObject. setValue(double[] newValue)
Assign a double-precision array value to this single-precision field.MFRotationObject
MFRotationObject. setValue(MFRotationObject newValue)
Apply an MFRotationObject value to this field.MFRotationObject
MFRotationObject. setValue(SFRotationObject newValue)
Assign a single-field SFRotationObject as new array value.MFRotationObject
MFRotationObject. setValueByString(java.lang.String newValue)
Utility accessor for MFRotationObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFRotationObject Modifier and Type Method Description MFRotationObject
MFRotationObject. append(MFRotationObject newValue)
Appends a new MFRotationObject to the end of the existing value array, increasing the field length accordingly.boolean
MFRotationObject. equals(MFRotationObject comparisonMFRotationObject)
Determine whether two objects contain equal values.MFRotationObject
MFRotationObject. setValue(MFRotationObject newValue)
Apply an MFRotationObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFRotationObject Constructor Description MFRotationObject(MFRotationObject newValue)
Constructor to copy an MFRotationObject value as initial value for this new field object. -
Uses of MFRotationObject in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type MFRotationObject Modifier and Type Method Description ExtrusionObject
ExtrusionObject. setOrientation(MFRotationObject newValue)
Assign typed object value to MFRotation orientation field, similar toExtrusionObject.setOrientation(float[])
. -
Uses of MFRotationObject in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type MFRotationObject Modifier and Type Method Description HAnimHumanoidObject
HAnimHumanoidObject. setJointBindingRotations(MFRotationObject newValue)
Assign typed object value to MFRotation jointBindingRotations field, similar toHAnimHumanoidObject.setJointBindingRotations(float[])
. -
Uses of MFRotationObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type MFRotationObject Modifier and Type Method Description OrientationInterpolatorObject
OrientationInterpolatorObject. setKeyValue(MFRotationObject newValue)
Assign typed object value to MFRotation keyValue field, similar toOrientationInterpolatorObject.setKeyValue(float[])
.SquadOrientationInterpolatorObject
SquadOrientationInterpolatorObject. setKeyValue(MFRotationObject newValue)
Assign typed object value to MFRotation keyValue field, similar toSquadOrientationInterpolatorObject.setKeyValue(float[])
.