public class SoSFMatrix3 extends SoSField
SbMatrix3
).
SoSFMatrix3
is written to a file as 9 floating point numbers separated by whitespace. For example, an identity matrix is written as:
1 0 0 0 1 0 0 0 1
See also:
SoField
, SoSField
, SoSFMatrix
, SoMFMatrix
, SbMatrix
SbMatrix3
SoField.FieldTypes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoSFMatrix3(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbMatrix3 defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SbMatrix3 |
getValue()
Returns this field's value.
|
void |
setValue(float a11,
float a12,
float a13,
float a21,
float a22,
float a23,
float a31,
float a32,
float a33)
Sets this field to contain the matrix given by the 9 values.
|
void |
setValue(SbMatrix3 newValue)
Sets this field to
newValue.
|
appendConnection, appendConnection, connectFrom, connectFrom, disconnect, disconnect, disconnect, enableConnection, get, getConnectedEngine, getConnectedField, getContainer, getNumConnections, getValueSize, isConnected, isConnectedFromEngine, isConnectedFromField, isConnectedFromVRMLInterp, isConnectionEnabled, isDefault, isIgnored, set, setIgnored, touch
dispose, getNativeResourceHandle
public SoSFMatrix3(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbMatrix3 defaultValue)
public void setValue(SbMatrix3 newValue)
public void setValue(float a11, float a12, float a13, float a21, float a22, float a23, float a31, float a32, float a33)
public SbMatrix3 getValue()
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com