Uses of Class
org.web3d.x3d.jsail.fields.SFVec2dObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core | |
org.web3d.x3d.jsail.fields | |
org.web3d.x3d.jsail.NURBS |
-
Uses of SFVec2dObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFVec2dObject Modifier and Type Method Description SFVec2dObject
fieldObject. getValueSFVec2d()
If type matches, then get typed value of a SFVec2d field declaration.SFVec2dObject
fieldValueObject. getValueSFVec2d()
If type matches, then get typed value of a SFVec2d fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFVec2dObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(SFVec2dObject newValue)
Append SFVec2dObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(SFVec2dObject newValue)
Append SFVec2dObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(SFVec2dObject newValue)
Set typed value of a SFVec2d field declaration.fieldValueObject
fieldValueObject. setValue(SFVec2dObject newValue)
Set typed value of a SFVec2d fieldValue declaration. -
Uses of SFVec2dObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFVec2dObject Modifier and Type Method Description SFVec2dObject
SFVec2dObject. multiply(double scaleFactor)
Multiply scaleFactor times all values in this field type.SFVec2dObject
SFVec2dObject. normalize()
Utility method to normalize this vector value to unit length, ignore if zero length.SFVec2dObject
SFVec2dObject. setValue(double x, double y)
Assign a new value to this field.SFVec2dObject
SFVec2dObject. setValue(float[] newValue)
Constructor for SFVec2dObject using a corresponding Java primitive float[] array as new initial value.SFVec2dObject
SFVec2dObject. setValue(SFVec2dObject newValue)
Apply an SFVec2dObject value to this field.SFVec2dObject
SFVec2dObject. setValueArray(double[] newValue)
Assign a new array value to this field, pipelined.SFVec2dObject
SFVec2dObject. setValueByString(java.lang.String newValue)
Utility accessor for SFVec2dObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec2dObject Modifier and Type Method Description MFVec2dObject
MFVec2dObject. append(SFVec2dObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
SFVec2dObject. equals(SFVec2dObject comparisonSFVec2dObject)
Determine whether two objects contain equal values.MFVec2dObject
MFVec2dObject. setValue(SFVec2dObject newValue)
Assign a single-field SFVec2dObject as new array value.SFVec2dObject
SFVec2dObject. setValue(SFVec2dObject newValue)
Apply an SFVec2dObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFVec2dObject Constructor Description MFVec2dObject(SFVec2dObject newValue)
Utility constructor for MFVec2dObject to assign a single SFVec2dObject as new initial value.SFVec2dObject(SFVec2dObject newValue)
Constructor to copy an SFVec2dObject value as initial value for this new field object. -
Uses of SFVec2dObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type SFVec2dObject Modifier and Type Method Description ContourPolyline2DObject
ContourPolyline2DObject. addControlPoint(SFVec2dObject newValue)
Add singleton SFVec2dObject value to MFVec2d controlPoint field.NurbsCurve2DObject
NurbsCurve2DObject. addControlPoint(SFVec2dObject newValue)
Add singleton SFVec2dObject value to MFVec2d controlPoint field.