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 SFVec2dObjectfieldObject. getValueSFVec2d()If type matches, then get typed value of a SFVec2d field declaration.SFVec2dObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(SFVec2dObject newValue)Append SFVec2dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFVec2dObject newValue)Append SFVec2dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFVec2dObject newValue)Set typed value of a SFVec2d field declaration.fieldValueObjectfieldValueObject. 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 SFVec2dObjectSFVec2dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.SFVec2dObjectSFVec2dObject. normalize()Utility method to normalize this vector value to unit length, ignore if zero length.SFVec2dObjectSFVec2dObject. setValue(double x, double y)Assign a new value to this field.SFVec2dObjectSFVec2dObject. setValue(float[] newValue)Constructor for SFVec2dObject using a corresponding Java primitive float[] array as new initial value.SFVec2dObjectSFVec2dObject. setValue(SFVec2dObject newValue)Apply an SFVec2dObject value to this field.SFVec2dObjectSFVec2dObject. setValueArray(double[] newValue)Assign a new array value to this field, pipelined.SFVec2dObjectSFVec2dObject. 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 MFVec2dObjectMFVec2dObject. append(SFVec2dObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFVec2dObject. equals(SFVec2dObject comparisonSFVec2dObject)Determine whether two objects contain equal values.MFVec2dObjectMFVec2dObject. setValue(SFVec2dObject newValue)Assign a single-field SFVec2dObject as new array value.SFVec2dObjectSFVec2dObject. 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 ContourPolyline2DObjectContourPolyline2DObject. addControlPoint(SFVec2dObject newValue)Add singleton SFVec2dObject value to MFVec2d controlPoint field.NurbsCurve2DObjectNurbsCurve2DObject. addControlPoint(SFVec2dObject newValue)Add singleton SFVec2dObject value to MFVec2d controlPoint field.