Uses of Class
org.web3d.x3d.jsail.fields.MFVec2dObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.NURBS |
-
Uses of MFVec2dObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFVec2dObject Modifier and Type Method Description MFVec2dObjectfieldObject. getValueMFVec2d()Get typed value of this field declaration.MFVec2dObjectfieldValueObject. getValueMFVec2d()Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFVec2dObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(MFVec2dObject newValue)Append MFVec2dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFVec2dObject newValue)Append MFVec2dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFVec2dObject newValue)Set typed value of a MFVec2d field declaration.fieldValueObjectfieldValueObject. setValue(MFVec2dObject newValue)Set typed value of a MFVec2d fieldValue declaration. -
Uses of MFVec2dObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFVec2dObject Modifier and Type Method Description MFVec2dObjectMFVec2dObject. append(MFVec2dObject newValue)Appends a new MFVec2dObject to the end of the existing value array, increasing the field length accordingly.MFVec2dObjectMFVec2dObject. append(SFVec2dObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFVec2dObjectMFVec2dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.MFVec2dObjectMFVec2dObject. normalize()Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec2dObjectMFVec2dObject. setValue(float[] newValue)Assign a single-precision floating-point array value to this double-precision field.MFVec2dObjectMFVec2dObject. setValue(MFVec2dObject newValue)Apply an MFVec2dObject value to this field.MFVec2dObjectMFVec2dObject. setValue(SFVec2dObject newValue)Assign a single-field SFVec2dObject as new array value.MFVec2dObjectMFVec2dObject. setValueByString(java.lang.String newValue)Utility accessor for MFVec2dObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFVec2dObject Modifier and Type Method Description MFVec2dObjectMFVec2dObject. append(MFVec2dObject newValue)Appends a new MFVec2dObject to the end of the existing value array, increasing the field length accordingly.booleanMFVec2dObject. equals(MFVec2dObject comparisonMFVec2dObject)Determine whether two objects contain equal values.MFVec2dObjectMFVec2dObject. setValue(MFVec2dObject newValue)Apply an MFVec2dObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFVec2dObject Constructor Description MFVec2dObject(MFVec2dObject newValue)Constructor to copy an MFVec2dObject value as initial value for this new field object. -
Uses of MFVec2dObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type MFVec2dObject Modifier and Type Method Description ContourPolyline2DObjectContourPolyline2DObject. setControlPoint(MFVec2dObject newValue)Assign typed object value to MFVec2d controlPoint field, similar toContourPolyline2DObject.setControlPoint(double[]).NurbsCurve2DObjectNurbsCurve2DObject. setControlPoint(MFVec2dObject newValue)Assign typed object value to MFVec2d controlPoint field, similar toNurbsCurve2DObject.setControlPoint(double[]).