| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core |
The Core component supplies the base functionality for the X3D run-time system, including
the abstract base node type, field types, the event model, and routing.
|
| org.web3d.x3d.jsail.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| Modifier and Type | Method and Description |
|---|---|
MFVec2dObject |
fieldObject.getValueMFVec2d()
Get typed value of this field declaration.
|
MFVec2dObject |
fieldValueObject.getValueMFVec2d()
Get typed value of this fieldValue declaration.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and 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.setValue(MFVec2dObject newValue)
Apply an MFVec2dObject value to this field.
|
| Constructor and Description |
|---|
MFVec2dObject(MFVec2dObject newValue)
Constructor to copy an MFVec2dObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
ContourPolyline2DObject |
ContourPolyline2DObject.setControlPoint(MFVec2dObject newValue)
Assign typed object value to MFVec2d controlPoint field, similar to
ContourPolyline2DObject.setControlPoint(double[]). |
NurbsCurve2DObject |
NurbsCurve2DObject.setControlPoint(MFVec2dObject newValue)
Assign typed object value to MFVec2d controlPoint field, similar to
NurbsCurve2DObject.setControlPoint(double[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.