Uses of Class
org.web3d.x3d.jsail.fields.MFVec2fObject
-
Uses of MFVec2fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFVec2fObject Modifier and Type Method Description MFVec2fObject
fieldObject. getValueMFVec2f()
Get typed value of this field declaration.MFVec2fObject
fieldValueObject. getValueMFVec2f()
Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFVec2fObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(MFVec2fObject newValue)
Append MFVec2fObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFVec2fObject newValue)
Append MFVec2fObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFVec2fObject newValue)
Set typed value of a MFVec2f field declaration.fieldValueObject
fieldValueObject. setValue(MFVec2fObject newValue)
Set typed value of a MFVec2f fieldValue declaration. -
Uses of MFVec2fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFVec2fObject Modifier and Type Method Description MFVec2fObject
MFVec2fObject. append(MFVec2fObject newValue)
Appends a new MFVec2fObject to the end of the existing value array, increasing the field length accordingly.MFVec2fObject
MFVec2fObject. append(SFVec2fObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFVec2fObject
MFVec2fObject. multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.MFVec2fObject
MFVec2fObject. normalize()
Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec2fObject
MFVec2fObject. setValue(double[] newValue)
Assign a double-precision array value to this single-precision field.MFVec2fObject
MFVec2fObject. setValue(MFVec2fObject newValue)
Apply an MFVec2fObject value to this field.MFVec2fObject
MFVec2fObject. setValue(SFVec2fObject newValue)
Assign a single-field SFVec2fObject as new array value.MFVec2fObject
MFVec2fObject. setValueByString(java.lang.String newValue)
Utility accessor for MFVec2fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFVec2fObject Modifier and Type Method Description MFVec2fObject
MFVec2fObject. append(MFVec2fObject newValue)
Appends a new MFVec2fObject to the end of the existing value array, increasing the field length accordingly.boolean
MFVec2fObject. equals(MFVec2fObject comparisonMFVec2fObject)
Determine whether two objects contain equal values.MFVec2fObject
MFVec2fObject. setValue(MFVec2fObject newValue)
Apply an MFVec2fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFVec2fObject Constructor Description MFVec2fObject(MFVec2fObject newValue)
Constructor to copy an MFVec2fObject value as initial value for this new field object. -
Uses of MFVec2fObject in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type MFVec2fObject Modifier and Type Method Description TexCoordChaser2DObject
TexCoordChaser2DObject. setInitialDestination(MFVec2fObject newValue)
Assign typed object value to MFVec2f initialDestination field, similar toTexCoordChaser2DObject.setInitialDestination(float[])
.TexCoordDamper2DObject
TexCoordDamper2DObject. setInitialDestination(MFVec2fObject newValue)
Assign typed object value to MFVec2f initialDestination field, similar toTexCoordDamper2DObject.setInitialDestination(float[])
.TexCoordChaser2DObject
TexCoordChaser2DObject. setInitialValue(MFVec2fObject newValue)
Assign typed object value to MFVec2f initialValue field, similar toTexCoordChaser2DObject.setInitialValue(float[])
.TexCoordDamper2DObject
TexCoordDamper2DObject. setInitialValue(MFVec2fObject newValue)
Assign typed object value to MFVec2f initialValue field, similar toTexCoordDamper2DObject.setInitialValue(float[])
. -
Uses of MFVec2fObject in org.web3d.x3d.jsail.Geometry2D
Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type MFVec2fObject Modifier and Type Method Description Polyline2DObject
Polyline2DObject. setLineSegments(MFVec2fObject newValue)
Assign typed object value to MFVec2f lineSegments field, similar toPolyline2DObject.setLineSegments(float[])
.Polypoint2DObject
Polypoint2DObject. setPoint(MFVec2fObject newValue)
Assign typed object value to MFVec2f point field, similar toPolypoint2DObject.setPoint(float[])
.TriangleSet2DObject
TriangleSet2DObject. setVertices(MFVec2fObject newValue)
Assign typed object value to MFVec2f vertices field, similar toTriangleSet2DObject.setVertices(float[])
. -
Uses of MFVec2fObject in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type MFVec2fObject Modifier and Type Method Description ExtrusionObject
ExtrusionObject. setCrossSection(MFVec2fObject newValue)
Assign typed object value to MFVec2f crossSection field, similar toExtrusionObject.setCrossSection(float[])
.ExtrusionObject
ExtrusionObject. setScale(MFVec2fObject newValue)
Assign typed object value to MFVec2f scale field, similar toExtrusionObject.setScale(float[])
. -
Uses of MFVec2fObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type MFVec2fObject Modifier and Type Method Description EaseInEaseOutObject
EaseInEaseOutObject. setEaseInEaseOut(MFVec2fObject newValue)
Assign typed object value to MFVec2f easeInEaseOut field, similar toEaseInEaseOutObject.setEaseInEaseOut(float[])
.CoordinateInterpolator2DObject
CoordinateInterpolator2DObject. setKeyValue(MFVec2fObject newValue)
Assign typed object value to MFVec2f keyValue field, similar toCoordinateInterpolator2DObject.setKeyValue(float[])
.PositionInterpolator2DObject
PositionInterpolator2DObject. setKeyValue(MFVec2fObject newValue)
Assign typed object value to MFVec2f keyValue field, similar toPositionInterpolator2DObject.setKeyValue(float[])
.SplinePositionInterpolator2DObject
SplinePositionInterpolator2DObject. setKeyValue(MFVec2fObject newValue)
Assign typed object value to MFVec2f keyValue field, similar toSplinePositionInterpolator2DObject.setKeyValue(float[])
.SplinePositionInterpolator2DObject
SplinePositionInterpolator2DObject. setKeyVelocity(MFVec2fObject newValue)
Assign typed object value to MFVec2f keyVelocity field, similar toSplinePositionInterpolator2DObject.setKeyVelocity(float[])
. -
Uses of MFVec2fObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type MFVec2fObject Modifier and Type Method Description NurbsTextureCoordinateObject
NurbsTextureCoordinateObject. setControlPoint(MFVec2fObject newValue)
Assign typed object value to MFVec2f controlPoint field, similar toNurbsTextureCoordinateObject.setControlPoint(float[])
. -
Uses of MFVec2fObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type MFVec2fObject Modifier and Type Method Description TextureCoordinateObject
TextureCoordinateObject. setPoint(MFVec2fObject newValue)
Assign typed object value to MFVec2f point field, similar toTextureCoordinateObject.setPoint(float[])
.