Uses of Class
org.web3d.x3d.jsail.fields.SFRotationObject
-
Uses of SFRotationObject in org.web3d.x3d.jsail.CADGeometry
Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type SFRotationObject Modifier and Type Method Description CADPartObjectCADPartObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toCADPartObject.setRotation(float[]).CADPartObjectCADPartObject. setScaleOrientation(SFRotationObject newValue)Assign typed object value to SFRotation scaleOrientation field, similar toCADPartObject.setScaleOrientation(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFRotationObject Modifier and Type Method Description SFRotationObjectfieldObject. getValueSFRotation()If type matches, then get typed value of a SFRotation field declaration.SFRotationObjectfieldValueObject. getValueSFRotation()If type matches, then get typed value of a SFRotation fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFRotationObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFRotationObject newValue)Append SFRotationObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFRotationObject newValue)Append SFRotationObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFRotationObject newValue)Set typed value of a SFRotation field declaration.fieldValueObjectfieldValueObject. setValue(SFRotationObject newValue)Set typed value of a SFRotation fieldValue declaration. -
Uses of SFRotationObject in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type SFRotationObject Modifier and Type Method Description EspduTransformObjectEspduTransformObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toEspduTransformObject.setRotation(float[]).EspduTransformObjectEspduTransformObject. setScaleOrientation(SFRotationObject newValue)Assign typed object value to SFRotation scaleOrientation field, similar toEspduTransformObject.setScaleOrientation(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFRotationObject Modifier and Type Method Description SFRotationObjectSFRotationObject. normalize()Utility method to normalize this rotation value: unit length for axis-angle vector, angle in range [0-2pi] radians, rotation with zero-length axis is reset to DEFAULT_VALUE.SFRotationObjectSFRotationObject. setValue(double[] newValue)Assign a new value to this field.SFRotationObjectSFRotationObject. setValue(double x, double y, double z, double angleRadians)Assign a new value to this field.SFRotationObjectSFRotationObject. setValue(float x, float y, float z, float angleRadians)Assign a new value to this field.SFRotationObjectSFRotationObject. setValue(SFRotationObject newValue)Apply an SFRotationObject value to this field.SFRotationObjectSFRotationObject. setValueArray(float[] newValue)Assign a new array value to this field, pipelined.SFRotationObjectSFRotationObject. setValueByString(java.lang.String newValue)Utility accessor for SFRotationObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFRotationObject Modifier and Type Method Description MFRotationObjectMFRotationObject. append(SFRotationObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFRotationObject. equals(SFRotationObject comparisonSFRotationObject)Determine whether two objects contain equal values.MFRotationObjectMFRotationObject. setValue(SFRotationObject newValue)Assign a single-field SFRotationObject as new array value.SFRotationObjectSFRotationObject. setValue(SFRotationObject newValue)Apply an SFRotationObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFRotationObject Constructor Description MFRotationObject(SFRotationObject newValue)Utility constructor for MFRotationObject to assign a single SFRotationObject as new initial value.SFRotationObject(SFRotationObject newValue)Constructor to copy an SFRotationObject value as initial value for this new field object. -
Uses of SFRotationObject in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type SFRotationObject Modifier and Type Method Description OrientationChaserObjectOrientationChaserObject. setInitialDestination(SFRotationObject newValue)Assign typed object value to SFRotation initialDestination field, similar toOrientationChaserObject.setInitialDestination(float[]).OrientationDamperObjectOrientationDamperObject. setInitialDestination(SFRotationObject newValue)Assign typed object value to SFRotation initialDestination field, similar toOrientationDamperObject.setInitialDestination(float[]).OrientationChaserObjectOrientationChaserObject. setInitialValue(SFRotationObject newValue)Assign typed object value to SFRotation initialValue field, similar toOrientationChaserObject.setInitialValue(float[]).OrientationDamperObjectOrientationDamperObject. setInitialValue(SFRotationObject newValue)Assign typed object value to SFRotation initialValue field, similar toOrientationDamperObject.setInitialValue(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type SFRotationObject Modifier and Type Method Description ExtrusionObjectExtrusionObject. addOrientation(SFRotationObject newValue)Add singleton SFRotationObject value to MFRotation orientation field. -
Uses of SFRotationObject in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type SFRotationObject Modifier and Type Method Description GeoViewpointObjectGeoViewpointObject. setOrientation(SFRotationObject newValue)Assign typed object value to SFRotation orientation field, similar toGeoViewpointObject.setOrientation(float[]).GeoTransformObjectGeoTransformObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toGeoTransformObject.setRotation(float[]).GeoTransformObjectGeoTransformObject. setScaleOrientation(SFRotationObject newValue)Assign typed object value to SFRotation scaleOrientation field, similar toGeoTransformObject.setScaleOrientation(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.Grouping
Methods in org.web3d.x3d.jsail.Grouping with parameters of type SFRotationObject Modifier and Type Method Description TransformObjectTransformObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toTransformObject.setRotation(float[]).TransformObjectTransformObject. setScaleOrientation(SFRotationObject newValue)Assign typed object value to SFRotation scaleOrientation field, similar toTransformObject.setScaleOrientation(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type SFRotationObject Modifier and Type Method Description HAnimHumanoidObjectHAnimHumanoidObject. addJointBindingRotations(SFRotationObject newValue)Add singleton SFRotationObject value to MFRotation jointBindingRotations field.HAnimJointObjectHAnimJointObject. setLimitOrientation(SFRotationObject newValue)Assign typed object value to SFRotation limitOrientation field, similar toHAnimJointObject.setLimitOrientation(float[]).HAnimHumanoidObjectHAnimHumanoidObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toHAnimHumanoidObject.setRotation(float[]).HAnimJointObjectHAnimJointObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toHAnimJointObject.setRotation(float[]).HAnimSiteObjectHAnimSiteObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toHAnimSiteObject.setRotation(float[]).HAnimHumanoidObjectHAnimHumanoidObject. setScaleOrientation(SFRotationObject newValue)Assign typed object value to SFRotation scaleOrientation field, similar toHAnimHumanoidObject.setScaleOrientation(float[]).HAnimJointObjectHAnimJointObject. setScaleOrientation(SFRotationObject newValue)Assign typed object value to SFRotation scaleOrientation field, similar toHAnimJointObject.setScaleOrientation(float[]).HAnimSiteObjectHAnimSiteObject. setScaleOrientation(SFRotationObject newValue)Assign typed object value to SFRotation scaleOrientation field, similar toHAnimSiteObject.setScaleOrientation(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type SFRotationObject Modifier and Type Method Description OrientationInterpolatorObjectOrientationInterpolatorObject. addKeyValue(SFRotationObject newValue)Add singleton SFRotationObject value to MFRotation keyValue field.SquadOrientationInterpolatorObjectSquadOrientationInterpolatorObject. addKeyValue(SFRotationObject newValue)Add singleton SFRotationObject value to MFRotation keyValue field. -
Uses of SFRotationObject in org.web3d.x3d.jsail.Navigation
Methods in org.web3d.x3d.jsail.Navigation with parameters of type SFRotationObject Modifier and Type Method Description OrthoViewpointObjectOrthoViewpointObject. setOrientation(SFRotationObject newValue)Assign typed object value to SFRotation orientation field, similar toOrthoViewpointObject.setOrientation(float[]).ViewpointObjectViewpointObject. setOrientation(SFRotationObject newValue)Assign typed object value to SFRotation orientation field, similar toViewpointObject.setOrientation(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.PointingDeviceSensor
Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type SFRotationObject Modifier and Type Method Description CylinderSensorObjectCylinderSensorObject. setAxisRotation(SFRotationObject newValue)Assign typed object value to SFRotation axisRotation field, similar toCylinderSensorObject.setAxisRotation(float[]).PlaneSensorObjectPlaneSensorObject. setAxisRotation(SFRotationObject newValue)Assign typed object value to SFRotation axisRotation field, similar toPlaneSensorObject.setAxisRotation(float[]).SphereSensorObjectSphereSensorObject. setOffset(SFRotationObject newValue)Assign typed object value to SFRotation offset field, similar toSphereSensorObject.setOffset(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type SFRotationObject Modifier and Type Method Description RigidBodyObjectRigidBodyObject. setOrientation(SFRotationObject newValue)Assign typed object value to SFRotation orientation field, similar toRigidBodyObject.setOrientation(float[]).CollidableOffsetObjectCollidableOffsetObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toCollidableOffsetObject.setRotation(float[]).CollidableShapeObjectCollidableShapeObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toCollidableShapeObject.setRotation(float[]). -
Uses of SFRotationObject in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type SFRotationObject Modifier and Type Method Description TextureTransform3DObjectTextureTransform3DObject. setRotation(SFRotationObject newValue)Assign typed object value to SFRotation rotation field, similar toTextureTransform3DObject.setRotation(float[]).