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 MFVec2dObject
fieldObject. getValueMFVec2d()
Get typed value of this field declaration.MFVec2dObject
fieldValueObject. 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 fieldObject
fieldObject. appendValue(MFVec2dObject newValue)
Append MFVec2dObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFVec2dObject newValue)
Append MFVec2dObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFVec2dObject newValue)
Set typed value of a MFVec2d field declaration.fieldValueObject
fieldValueObject. 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 MFVec2dObject
MFVec2dObject. append(MFVec2dObject newValue)
Appends a new MFVec2dObject to the end of the existing value array, increasing the field length accordingly.MFVec2dObject
MFVec2dObject. append(SFVec2dObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFVec2dObject
MFVec2dObject. multiply(double scaleFactor)
Multiply scaleFactor times all values in this field type.MFVec2dObject
MFVec2dObject. normalize()
Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec2dObject
MFVec2dObject. setValue(float[] newValue)
Assign a single-precision floating-point array value to this double-precision field.MFVec2dObject
MFVec2dObject. setValue(MFVec2dObject newValue)
Apply an MFVec2dObject value to this field.MFVec2dObject
MFVec2dObject. setValue(SFVec2dObject newValue)
Assign a single-field SFVec2dObject as new array value.MFVec2dObject
MFVec2dObject. 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 MFVec2dObject
MFVec2dObject. append(MFVec2dObject newValue)
Appends a new MFVec2dObject to the end of the existing value array, increasing the field length accordingly.boolean
MFVec2dObject. equals(MFVec2dObject comparisonMFVec2dObject)
Determine whether two objects contain equal values.MFVec2dObject
MFVec2dObject. 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 ContourPolyline2DObject
ContourPolyline2DObject. setControlPoint(MFVec2dObject newValue)
Assign typed object value to MFVec2d controlPoint field, similar toContourPolyline2DObject.setControlPoint(double[])
.NurbsCurve2DObject
NurbsCurve2DObject. setControlPoint(MFVec2dObject newValue)
Assign typed object value to MFVec2d controlPoint field, similar toNurbsCurve2DObject.setControlPoint(double[])
.