Uses of Class
org.web3d.x3d.jsail.fields.SFVec2fObject
-
Uses of SFVec2fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFVec2fObject Modifier and Type Method Description SFVec2fObjectfieldObject. getValueSFVec2f()If type matches, then get typed value of a SFVec2f field declaration.SFVec2fObjectfieldValueObject. getValueSFVec2f()If type matches, then get typed value of a SFVec2f fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFVec2fObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFVec2fObject newValue)Append SFVec2fObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFVec2fObject newValue)Append SFVec2fObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFVec2fObject newValue)Set typed value of a SFVec2f field declaration.fieldValueObjectfieldValueObject. setValue(SFVec2fObject newValue)Set typed value of a SFVec2f fieldValue declaration. -
Uses of SFVec2fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFVec2fObject Modifier and Type Method Description SFVec2fObjectSFVec2fObject. multiply(float scaleFactor)Multiply scaleFactor times all values in this field type.SFVec2fObjectSFVec2fObject. normalize()Utility method to normalize this vector value to unit length, ignore if zero length.SFVec2fObjectSFVec2fObject. setValue(double[] newValue)Constructor for SFVec2fObject using a corresponding Java primitive double[] array as new initial value.SFVec2fObjectSFVec2fObject. setValue(double x, double y)Assign a new value to this field.SFVec2fObjectSFVec2fObject. setValue(float x, float y)Assign a new value to this field.SFVec2fObjectSFVec2fObject. setValue(SFVec2fObject newValue)Apply an SFVec2fObject value to this field.SFVec2fObjectSFVec2fObject. setValueArray(float[] newValue)Assign a new array value to this field, pipelined.SFVec2fObjectSFVec2fObject. setValueByString(java.lang.String newValue)Utility accessor for SFVec2fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec2fObject Modifier and Type Method Description MFVec2fObjectMFVec2fObject. append(SFVec2fObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFVec2fObject. equals(SFVec2fObject comparisonSFVec2fObject)Determine whether two objects contain equal values.MFVec2fObjectMFVec2fObject. setValue(SFVec2fObject newValue)Assign a single-field SFVec2fObject as new array value.SFVec2fObjectSFVec2fObject. setValue(SFVec2fObject newValue)Apply an SFVec2fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFVec2fObject Constructor Description MFVec2fObject(SFVec2fObject newValue)Utility constructor for MFVec2fObject to assign a single SFVec2fObject as new initial value.SFVec2fObject(SFVec2fObject newValue)Constructor to copy an SFVec2fObject value as initial value for this new field object. -
Uses of SFVec2fObject in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type SFVec2fObject Modifier and Type Method Description TexCoordChaser2DObjectTexCoordChaser2DObject. addInitialDestination(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f initialDestination field.TexCoordDamper2DObjectTexCoordDamper2DObject. addInitialDestination(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f initialDestination field.TexCoordChaser2DObjectTexCoordChaser2DObject. addInitialValue(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f initialValue field.TexCoordDamper2DObjectTexCoordDamper2DObject. addInitialValue(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f initialValue field.PositionChaser2DObjectPositionChaser2DObject. setInitialDestination(SFVec2fObject newValue)Assign typed object value to SFVec2f initialDestination field, similar toPositionChaser2DObject.setInitialDestination(float[]).PositionDamper2DObjectPositionDamper2DObject. setInitialDestination(SFVec2fObject newValue)Assign typed object value to SFVec2f initialDestination field, similar toPositionDamper2DObject.setInitialDestination(float[]).PositionChaser2DObjectPositionChaser2DObject. setInitialValue(SFVec2fObject newValue)Assign typed object value to SFVec2f initialValue field, similar toPositionChaser2DObject.setInitialValue(float[]).PositionDamper2DObjectPositionDamper2DObject. setInitialValue(SFVec2fObject newValue)Assign typed object value to SFVec2f initialValue field, similar toPositionDamper2DObject.setInitialValue(float[]). -
Uses of SFVec2fObject in org.web3d.x3d.jsail.Geometry2D
Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type SFVec2fObject Modifier and Type Method Description Polyline2DObjectPolyline2DObject. addLineSegments(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f lineSegments field.Polypoint2DObjectPolypoint2DObject. addPoint(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f point field.TriangleSet2DObjectTriangleSet2DObject. addVertices(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f vertices field.Rectangle2DObjectRectangle2DObject. setSize(SFVec2fObject newValue)Assign typed object value to SFVec2f size field, similar toRectangle2DObject.setSize(float[]). -
Uses of SFVec2fObject in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type SFVec2fObject Modifier and Type Method Description ExtrusionObjectExtrusionObject. addCrossSection(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f crossSection field.ExtrusionObjectExtrusionObject. addScale(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f scale field. -
Uses of SFVec2fObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type SFVec2fObject Modifier and Type Method Description EaseInEaseOutObjectEaseInEaseOutObject. addEaseInEaseOut(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f easeInEaseOut field.CoordinateInterpolator2DObjectCoordinateInterpolator2DObject. addKeyValue(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f keyValue field.PositionInterpolator2DObjectPositionInterpolator2DObject. addKeyValue(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f keyValue field.SplinePositionInterpolator2DObjectSplinePositionInterpolator2DObject. addKeyValue(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f keyValue field.SplinePositionInterpolator2DObjectSplinePositionInterpolator2DObject. addKeyVelocity(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f keyVelocity field. -
Uses of SFVec2fObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type SFVec2fObject Modifier and Type Method Description NurbsTextureCoordinateObjectNurbsTextureCoordinateObject. addControlPoint(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f controlPoint field. -
Uses of SFVec2fObject in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type SFVec2fObject Modifier and Type Method Description ParticleSystemObjectParticleSystemObject. setParticleSize(SFVec2fObject newValue)Assign typed object value to SFVec2f particleSize field, similar toParticleSystemObject.setParticleSize(float[]). -
Uses of SFVec2fObject in org.web3d.x3d.jsail.PointingDeviceSensor
Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type SFVec2fObject Modifier and Type Method Description PlaneSensorObjectPlaneSensorObject. setMaxPosition(SFVec2fObject newValue)Assign typed object value to SFVec2f maxPosition field, similar toPlaneSensorObject.setMaxPosition(float[]).PlaneSensorObjectPlaneSensorObject. setMinPosition(SFVec2fObject newValue)Assign typed object value to SFVec2f minPosition field, similar toPlaneSensorObject.setMinPosition(float[]). -
Uses of SFVec2fObject in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type SFVec2fObject Modifier and Type Method Description CollisionCollectionObjectCollisionCollectionObject. setFrictionCoefficients(SFVec2fObject newValue)Assign typed object value to SFVec2f frictionCoefficients field, similar toCollisionCollectionObject.setFrictionCoefficients(float[]).ContactObjectContactObject. setFrictionCoefficients(SFVec2fObject newValue)Assign typed object value to SFVec2f frictionCoefficients field, similar toContactObject.setFrictionCoefficients(float[]).ContactObjectContactObject. setSlipCoefficients(SFVec2fObject newValue)Assign typed object value to SFVec2f slipCoefficients field, similar toContactObject.setSlipCoefficients(float[]).CollisionCollectionObjectCollisionCollectionObject. setSlipFactors(SFVec2fObject newValue)Assign typed object value to SFVec2f slipFactors field, similar toCollisionCollectionObject.setSlipFactors(float[]).CollisionCollectionObjectCollisionCollectionObject. setSurfaceSpeed(SFVec2fObject newValue)Assign typed object value to SFVec2f surfaceSpeed field, similar toCollisionCollectionObject.setSurfaceSpeed(float[]).ContactObjectContactObject. setSurfaceSpeed(SFVec2fObject newValue)Assign typed object value to SFVec2f surfaceSpeed field, similar toContactObject.setSurfaceSpeed(float[]). -
Uses of SFVec2fObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFVec2fObject Modifier and Type Method Description TextureCoordinateObjectTextureCoordinateObject. addPoint(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f point field.TextureTransformObjectTextureTransformObject. setCenter(SFVec2fObject newValue)Assign typed object value to SFVec2f center field, similar toTextureTransformObject.setCenter(float[]).TextureTransformObjectTextureTransformObject. setScale(SFVec2fObject newValue)Assign typed object value to SFVec2f scale field, similar toTextureTransformObject.setScale(float[]).TextureTransformObjectTextureTransformObject. setTranslation(SFVec2fObject newValue)Assign typed object value to SFVec2f translation field, similar toTextureTransformObject.setTranslation(float[]).