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 SFVec2fObject
fieldObject. getValueSFVec2f()
If type matches, then get typed value of a SFVec2f field declaration.SFVec2fObject
fieldValueObject. 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 fieldObject
fieldObject. appendValue(SFVec2fObject newValue)
Append SFVec2fObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(SFVec2fObject newValue)
Append SFVec2fObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(SFVec2fObject newValue)
Set typed value of a SFVec2f field declaration.fieldValueObject
fieldValueObject. 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 SFVec2fObject
SFVec2fObject. multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.SFVec2fObject
SFVec2fObject. normalize()
Utility method to normalize this vector value to unit length, ignore if zero length.SFVec2fObject
SFVec2fObject. setValue(double[] newValue)
Constructor for SFVec2fObject using a corresponding Java primitive double[] array as new initial value.SFVec2fObject
SFVec2fObject. setValue(double x, double y)
Assign a new value to this field.SFVec2fObject
SFVec2fObject. setValue(float x, float y)
Assign a new value to this field.SFVec2fObject
SFVec2fObject. setValue(SFVec2fObject newValue)
Apply an SFVec2fObject value to this field.SFVec2fObject
SFVec2fObject. setValueArray(float[] newValue)
Assign a new array value to this field, pipelined.SFVec2fObject
SFVec2fObject. 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 MFVec2fObject
MFVec2fObject. append(SFVec2fObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
SFVec2fObject. equals(SFVec2fObject comparisonSFVec2fObject)
Determine whether two objects contain equal values.MFVec2fObject
MFVec2fObject. setValue(SFVec2fObject newValue)
Assign a single-field SFVec2fObject as new array value.SFVec2fObject
SFVec2fObject. 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 TexCoordChaser2DObject
TexCoordChaser2DObject. addInitialDestination(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f initialDestination field.TexCoordDamper2DObject
TexCoordDamper2DObject. addInitialDestination(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f initialDestination field.TexCoordChaser2DObject
TexCoordChaser2DObject. addInitialValue(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f initialValue field.TexCoordDamper2DObject
TexCoordDamper2DObject. addInitialValue(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f initialValue field.PositionChaser2DObject
PositionChaser2DObject. setInitialDestination(SFVec2fObject newValue)
Assign typed object value to SFVec2f initialDestination field, similar toPositionChaser2DObject.setInitialDestination(float[])
.PositionDamper2DObject
PositionDamper2DObject. setInitialDestination(SFVec2fObject newValue)
Assign typed object value to SFVec2f initialDestination field, similar toPositionDamper2DObject.setInitialDestination(float[])
.PositionChaser2DObject
PositionChaser2DObject. setInitialValue(SFVec2fObject newValue)
Assign typed object value to SFVec2f initialValue field, similar toPositionChaser2DObject.setInitialValue(float[])
.PositionDamper2DObject
PositionDamper2DObject. 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 Polyline2DObject
Polyline2DObject. addLineSegments(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f lineSegments field.Polypoint2DObject
Polypoint2DObject. addPoint(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f point field.TriangleSet2DObject
TriangleSet2DObject. addVertices(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f vertices field.Rectangle2DObject
Rectangle2DObject. 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 ExtrusionObject
ExtrusionObject. addCrossSection(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f crossSection field.ExtrusionObject
ExtrusionObject. 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 EaseInEaseOutObject
EaseInEaseOutObject. addEaseInEaseOut(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f easeInEaseOut field.CoordinateInterpolator2DObject
CoordinateInterpolator2DObject. addKeyValue(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f keyValue field.PositionInterpolator2DObject
PositionInterpolator2DObject. addKeyValue(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f keyValue field.SplinePositionInterpolator2DObject
SplinePositionInterpolator2DObject. addKeyValue(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f keyValue field.SplinePositionInterpolator2DObject
SplinePositionInterpolator2DObject. 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 NurbsTextureCoordinateObject
NurbsTextureCoordinateObject. 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 ParticleSystemObject
ParticleSystemObject. 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 PlaneSensorObject
PlaneSensorObject. setMaxPosition(SFVec2fObject newValue)
Assign typed object value to SFVec2f maxPosition field, similar toPlaneSensorObject.setMaxPosition(float[])
.PlaneSensorObject
PlaneSensorObject. 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 CollisionCollectionObject
CollisionCollectionObject. setFrictionCoefficients(SFVec2fObject newValue)
Assign typed object value to SFVec2f frictionCoefficients field, similar toCollisionCollectionObject.setFrictionCoefficients(float[])
.ContactObject
ContactObject. setFrictionCoefficients(SFVec2fObject newValue)
Assign typed object value to SFVec2f frictionCoefficients field, similar toContactObject.setFrictionCoefficients(float[])
.ContactObject
ContactObject. setSlipCoefficients(SFVec2fObject newValue)
Assign typed object value to SFVec2f slipCoefficients field, similar toContactObject.setSlipCoefficients(float[])
.CollisionCollectionObject
CollisionCollectionObject. setSlipFactors(SFVec2fObject newValue)
Assign typed object value to SFVec2f slipFactors field, similar toCollisionCollectionObject.setSlipFactors(float[])
.CollisionCollectionObject
CollisionCollectionObject. setSurfaceSpeed(SFVec2fObject newValue)
Assign typed object value to SFVec2f surfaceSpeed field, similar toCollisionCollectionObject.setSurfaceSpeed(float[])
.ContactObject
ContactObject. 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 TextureCoordinateObject
TextureCoordinateObject. addPoint(SFVec2fObject newValue)
Add singleton SFVec2fObject value to MFVec2f point field.TextureTransformObject
TextureTransformObject. setCenter(SFVec2fObject newValue)
Assign typed object value to SFVec2f center field, similar toTextureTransformObject.setCenter(float[])
.TextureTransformObject
TextureTransformObject. setScale(SFVec2fObject newValue)
Assign typed object value to SFVec2f scale field, similar toTextureTransformObject.setScale(float[])
.TextureTransformObject
TextureTransformObject. setTranslation(SFVec2fObject newValue)
Assign typed object value to SFVec2f translation field, similar toTextureTransformObject.setTranslation(float[])
.