Uses of Class
org.web3d.x3d.jsail.fields.SFRotation
Packages that use SFRotation
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
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 Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
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 Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
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.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of SFRotation in org.web3d.x3d.jsail.CADGeometry
Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type SFRotationModifier and TypeMethodDescriptionCADPart.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toCADPart.setRotation(float[])
.CADPart.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toCADPart.setScaleOrientation(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFRotationModifier and TypeMethodDescriptionfield.getValueSFRotation()
If type matches, then get typed value of a SFRotation field declaration.fieldValue.getValueSFRotation()
If type matches, then get typed value of a SFRotation fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFRotationModifier and TypeMethodDescriptionfield.appendValue
(SFRotation newValue) Append SFRotation to field for value attribute.fieldValue.appendValue
(SFRotation newValue) Append SFRotation to fieldValue for value attribute.field.setValue
(SFRotation newValue) Set typed value of a SFRotation field declaration.fieldValue.setValue
(SFRotation newValue) Set typed value of a SFRotation fieldValue declaration. -
Uses of SFRotation in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type SFRotationModifier and TypeMethodDescriptionEspduTransform.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toEspduTransform.setRotation(float[])
.EspduTransform.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toEspduTransform.setScaleOrientation(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFRotationModifier and TypeMethodDescriptionSFRotation.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.SFRotation.setValue
(double[] newValue) Assign a new value to this field.SFRotation.setValue
(double x, double y, double z, double angleRadians) Assign a new value to this field.SFRotation.setValue
(float x, float y, float z, float angleRadians) Assign a new value to this field.SFRotation.setValue
(SFRotation newValue) Apply an SFRotation value to this field.SFRotation.setValueArray
(float[] newValue) Assign a new array value to this field, pipelined.SFRotation.setValueByString
(String newValue) Utility accessor for SFRotation using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFRotationModifier and TypeMethodDescriptionMFRotation.append
(SFRotation newValue) Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
SFRotation.equals
(SFRotation comparisonSFRotation) Determine whether two objects contain equal values.MFRotation.setValue
(SFRotation newValue) Assign a single-field SFRotation as new array value.SFRotation.setValue
(SFRotation newValue) Apply an SFRotation value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFRotationModifierConstructorDescriptionMFRotation
(SFRotation newValue) Utility constructor for MFRotation to assign a single SFRotation as new initial value.SFRotation
(SFRotation newValue) Constructor to copy an SFRotation value as initial value for this new field object. -
Uses of SFRotation in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type SFRotationModifier and TypeMethodDescriptionOrientationChaser.setInitialDestination
(SFRotation newValue) Assign typed object value to SFRotation initialDestination field, similar toOrientationChaser.setInitialDestination(float[])
.OrientationDamper.setInitialDestination
(SFRotation newValue) Assign typed object value to SFRotation initialDestination field, similar toOrientationDamper.setInitialDestination(float[])
.OrientationChaser.setInitialValue
(SFRotation newValue) Assign typed object value to SFRotation initialValue field, similar toOrientationChaser.setInitialValue(float[])
.OrientationDamper.setInitialValue
(SFRotation newValue) Assign typed object value to SFRotation initialValue field, similar toOrientationDamper.setInitialValue(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type SFRotationModifier and TypeMethodDescriptionExtrusion.addOrientation
(SFRotation newValue) Add singleton SFRotation value to MFRotation orientation field. -
Uses of SFRotation in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type SFRotationModifier and TypeMethodDescriptionGeoViewpoint.setOrientation
(SFRotation newValue) Assign typed object value to SFRotation orientation field, similar toGeoViewpoint.setOrientation(float[])
.GeoTransform.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toGeoTransform.setRotation(float[])
.GeoTransform.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toGeoTransform.setScaleOrientation(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.Grouping
Methods in org.web3d.x3d.jsail.Grouping with parameters of type SFRotationModifier and TypeMethodDescriptionTransform.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toTransform.setRotation(float[])
.Transform.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toTransform.setScaleOrientation(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type SFRotationModifier and TypeMethodDescriptionHAnimHumanoid.addJointBindingRotations
(SFRotation newValue) Add singleton SFRotation value to MFRotation jointBindingRotations field.HAnimJoint.setLimitOrientation
(SFRotation newValue) Assign typed object value to SFRotation limitOrientation field, similar toHAnimJoint.setLimitOrientation(float[])
.HAnimHumanoid.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toHAnimHumanoid.setRotation(float[])
.HAnimJoint.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toHAnimJoint.setRotation(float[])
.HAnimSite.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toHAnimSite.setRotation(float[])
.HAnimHumanoid.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toHAnimHumanoid.setScaleOrientation(float[])
.HAnimJoint.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toHAnimJoint.setScaleOrientation(float[])
.HAnimSite.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toHAnimSite.setScaleOrientation(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type SFRotationModifier and TypeMethodDescriptionOrientationInterpolator.addKeyValue
(SFRotation newValue) Add singleton SFRotation value to MFRotation keyValue field.SquadOrientationInterpolator.addKeyValue
(SFRotation newValue) Add singleton SFRotation value to MFRotation keyValue field. -
Uses of SFRotation in org.web3d.x3d.jsail.PointingDeviceSensor
Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type SFRotationModifier and TypeMethodDescriptionCylinderSensor.setAxisRotation
(SFRotation newValue) Assign typed object value to SFRotation axisRotation field, similar toCylinderSensor.setAxisRotation(float[])
.PlaneSensor.setAxisRotation
(SFRotation newValue) Assign typed object value to SFRotation axisRotation field, similar toPlaneSensor.setAxisRotation(float[])
.SphereSensor.setOffset
(SFRotation newValue) Assign typed object value to SFRotation offset field, similar toSphereSensor.setOffset(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type SFRotationModifier and TypeMethodDescriptionRigidBody.setOrientation
(SFRotation newValue) Assign typed object value to SFRotation orientation field, similar toRigidBody.setOrientation(float[])
.CollidableOffset.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toCollidableOffset.setRotation(float[])
.CollidableShape.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toCollidableShape.setRotation(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound with parameters of type SFRotationModifier and TypeMethodDescriptionListenerPointSource.setOrientation
(SFRotation newValue) Assign typed object value to SFRotation orientation field, similar toListenerPointSource.setOrientation(float[])
. -
Uses of SFRotation in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type SFRotationModifier and TypeMethodDescriptionTextureTransform3D.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toTextureTransform3D.setRotation(float[])
.