Uses of Class
org.web3d.x3d.jsail.fields.SFMatrix3f
Package
Description
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.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
-
Uses of SFMatrix3f in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueSFMatrix3f()
If type matches, then get typed value of a SFMatrix3f field declaration.fieldValue.getValueSFMatrix3f()
If type matches, then get typed value of a SFMatrix3f fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(SFMatrix3f newValue) Append SFMatrix3f to field for value attribute.fieldValue.appendValue
(SFMatrix3f newValue) Append SFMatrix3f to fieldValue for value attribute.field.setValue
(SFMatrix3f newValue) Set typed value of a SFMatrix3f field declaration.fieldValue.setValue
(SFMatrix3f newValue) Set typed value of a SFMatrix3f fieldValue declaration. -
Uses of SFMatrix3f in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionSFMatrix3f.multiply
(float scaleFactor) Multiply scaleFactor times all values in this field type.SFMatrix3f.setValue
(float[] newValue) Apply an array of primitive values to this field.SFMatrix3f.setValue
(SFMatrix3f newValue) Apply an SFMatrix3f value to this field.SFMatrix3f.setValueByString
(String newValue) Utility accessor for SFMatrix3f using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionboolean
SFMatrix3f.equals
(SFMatrix3f comparisonSFMatrix3f) Determine whether two objects contain equal values.MFMatrix3f.setValue
(SFMatrix3f newValue) Utility method for MFMatrix3f to assign a single SFMatrix3f as new initial value.SFMatrix3f.setValue
(SFMatrix3f newValue) Apply an SFMatrix3f value to this field.ModifierConstructorDescriptionMFMatrix3f
(SFMatrix3f newValue) Utility constructor for MFMatrix3f to assign a single SFMatrix3f as new initial value.SFMatrix3f
(SFMatrix3f newValue) Constructor to copy an SFMatrix3f value as initial value for this new field object. -
Uses of SFMatrix3f in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionRigidBody.setInertia
(SFMatrix3f newValue) Assign typed object value to SFMatrix3f inertia field, similar toRigidBody.setInertia(float[])
. -
Uses of SFMatrix3f in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionMatrix3VertexAttribute.addValue
(SFMatrix3f newValue) Add singleton SFMatrix3f value to MFMatrix3f value field.