Uses of Class
org.web3d.x3d.jsail.fields.SFVec4fObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Rendering | |
| org.web3d.x3d.jsail.Texturing3D |
-
Uses of SFVec4fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFVec4fObject Modifier and Type Method Description SFVec4fObjectfieldObject. getValueSFVec4f()If type matches, then get typed value of a SFVec4f field declaration.SFVec4fObjectfieldValueObject. getValueSFVec4f()If type matches, then get typed value of a SFVec4f fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFVec4fObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFVec4fObject newValue)Append SFVec4fObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFVec4fObject newValue)Append SFVec4fObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFVec4fObject newValue)Set typed value of a SFVec4f field declaration.fieldValueObjectfieldValueObject. setValue(SFVec4fObject newValue)Set typed value of a SFVec4f fieldValue declaration. -
Uses of SFVec4fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFVec4fObject Modifier and Type Method Description SFVec4fObjectSFVec4fObject. multiply(float scaleFactor)Multiply scaleFactor times all values in this field type.SFVec4fObjectSFVec4fObject. normalize()Utility method to normalize this vector value to unit length, ignore if zero length.SFVec4fObjectSFVec4fObject. setValue(double[] newValue)Constructor for SFVec4fObject using a corresponding Java primitive double[] array as new initial value.SFVec4fObjectSFVec4fObject. setValue(double x, double y, double z, double t)Assign a new value to this field.SFVec4fObjectSFVec4fObject. setValue(float x, float y, float z, float t)Assign a new value to this field.SFVec4fObjectSFVec4fObject. setValue(SFVec4fObject newValue)Apply an SFVec4fObject value to this field.SFVec4fObjectSFVec4fObject. setValueArray(float[] newValue)Assign a new array value to this field, pipelined.SFVec4fObjectSFVec4fObject. setValueByString(java.lang.String newValue)Utility accessor for SFVec4fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec4fObject Modifier and Type Method Description MFVec4fObjectMFVec4fObject. append(SFVec4fObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFVec4fObject. equals(SFVec4fObject comparisonSFVec4fObject)Determine whether two objects contain equal values.MFVec4fObjectMFVec4fObject. setValue(SFVec4fObject newValue)Assign a single-field SFVec4fObject as new array value.SFVec4fObjectSFVec4fObject. setValue(SFVec4fObject newValue)Apply an SFVec4fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFVec4fObject Constructor Description MFVec4fObject(SFVec4fObject newValue)Utility constructor for MFVec4fObject to assign a single SFVec4fObject as new initial value.SFVec4fObject(SFVec4fObject newValue)Constructor to copy an SFVec4fObject value as initial value for this new field object. -
Uses of SFVec4fObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type SFVec4fObject Modifier and Type Method Description ClipPlaneObjectClipPlaneObject. setPlane(SFVec4fObject newValue)Assign typed object value to SFVec4f plane field, similar toClipPlaneObject.setPlane(float[]). -
Uses of SFVec4fObject in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type SFVec4fObject Modifier and Type Method Description TextureCoordinate4DObjectTextureCoordinate4DObject. addPoint(SFVec4fObject newValue)Add singleton SFVec4fObject value to MFVec4f point field.