Uses of Class
org.web3d.x3d.jsail.fields.SFMatrix3fObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core | |
org.web3d.x3d.jsail.fields | |
org.web3d.x3d.jsail.RigidBodyPhysics | |
org.web3d.x3d.jsail.Shaders |
-
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFMatrix3fObject Modifier and Type Method Description SFMatrix3fObject
fieldObject. getValueSFMatrix3f()
If type matches, then get typed value of a SFMatrix3f field declaration.SFMatrix3fObject
fieldValueObject. getValueSFMatrix3f()
If type matches, then get typed value of a SFMatrix3f fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFMatrix3fObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(SFMatrix3fObject newValue)
Append SFMatrix3fObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(SFMatrix3fObject newValue)
Append SFMatrix3fObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(SFMatrix3fObject newValue)
Set typed value of a SFMatrix3f field declaration.fieldValueObject
fieldValueObject. setValue(SFMatrix3fObject newValue)
Set typed value of a SFMatrix3f fieldValue declaration. -
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFMatrix3fObject Modifier and Type Method Description SFMatrix3fObject
SFMatrix3fObject. multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.SFMatrix3fObject
SFMatrix3fObject. setValue(float[] newValue)
Apply an array of primitive values to this field.SFMatrix3fObject
SFMatrix3fObject. setValue(SFMatrix3fObject newValue)
Apply an SFMatrix3fObject value to this field.SFMatrix3fObject
SFMatrix3fObject. setValueByString(java.lang.String newValue)
Utility accessor for SFMatrix3fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFMatrix3fObject Modifier and Type Method Description boolean
SFMatrix3fObject. equals(SFMatrix3fObject comparisonSFMatrix3fObject)
Determine whether two objects contain equal values.MFMatrix3fObject
MFMatrix3fObject. setValue(SFMatrix3fObject newValue)
Utility method for MFMatrix3fObject to assign a single SFMatrix3fObject as new initial value.SFMatrix3fObject
SFMatrix3fObject. setValue(SFMatrix3fObject newValue)
Apply an SFMatrix3fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFMatrix3fObject Constructor Description MFMatrix3fObject(SFMatrix3fObject newValue)
Utility constructor for MFMatrix3fObject to assign a single SFMatrix3fObject as new initial value.SFMatrix3fObject(SFMatrix3fObject newValue)
Constructor to copy an SFMatrix3fObject value as initial value for this new field object. -
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type SFMatrix3fObject Modifier and Type Method Description RigidBodyObject
RigidBodyObject. setInertia(SFMatrix3fObject newValue)
Assign typed object value to SFMatrix3f inertia field, similar toRigidBodyObject.setInertia(float[])
. -
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type SFMatrix3fObject Modifier and Type Method Description Matrix3VertexAttributeObject
Matrix3VertexAttributeObject. addValue(SFMatrix3fObject newValue)
Add singleton SFMatrix3fObject value to MFMatrix3f value field.