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 MFRotationObjectfieldObject. getValueMFRotation()Get typed value of this field declaration.MFRotationObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(MFRotationObject newValue)Append MFRotationObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFRotationObject newValue)Append MFRotationObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFRotationObject newValue)Set typed value of a MFRotation field declaration.fieldValueObjectfieldValueObject. 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 MFRotationObjectMFRotationObject. append(MFRotationObject newValue)Appends a new MFRotationObject to the end of the existing value array, increasing the field length accordingly.MFRotationObjectMFRotationObject. append(SFRotationObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFRotationObjectMFRotationObject. setValue(double[] newValue)Assign a double-precision array value to this single-precision field.MFRotationObjectMFRotationObject. setValue(MFRotationObject newValue)Apply an MFRotationObject value to this field.MFRotationObjectMFRotationObject. setValue(SFRotationObject newValue)Assign a single-field SFRotationObject as new array value.MFRotationObjectMFRotationObject. 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 MFRotationObjectMFRotationObject. append(MFRotationObject newValue)Appends a new MFRotationObject to the end of the existing value array, increasing the field length accordingly.booleanMFRotationObject. equals(MFRotationObject comparisonMFRotationObject)Determine whether two objects contain equal values.MFRotationObjectMFRotationObject. 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 ExtrusionObjectExtrusionObject. 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 HAnimHumanoidObjectHAnimHumanoidObject. 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 OrientationInterpolatorObjectOrientationInterpolatorObject. setKeyValue(MFRotationObject newValue)Assign typed object value to MFRotation keyValue field, similar toOrientationInterpolatorObject.setKeyValue(float[]).SquadOrientationInterpolatorObjectSquadOrientationInterpolatorObject. setKeyValue(MFRotationObject newValue)Assign typed object value to MFRotation keyValue field, similar toSquadOrientationInterpolatorObject.setKeyValue(float[]).