Uses of Class
com.openinventor.inventor.SbMatrix3
-
Packages that use SbMatrix3 Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.fields -
-
Uses of SbMatrix3 in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbMatrix3 Modifier and Type Method Description SbMatrix3
SbRotation. getMatrix3()
Returns corresponding 3x3 rotation matrix.SbMatrix3
SbRotationd. getMatrix3()
Returns corresponding 3x3 rotation matrix.static SbMatrix3
SbMatrix3. identity()
Returns an identity matrix.SbMatrix3
SbMatrix3. multLeft(SbMatrix3 m)
Pre-multiplies matrix by the given matrix.SbMatrix3
SbMatrix3. multRight(SbMatrix3 m)
Post-multiplies the matrix by the given matrix.SbMatrix3
SbMatrix3. setValue(float[] components)
SbMatrix3
SbMatrix3. setValue(float[] components, int startIndex)
SbMatrix3
SbMatrix3. setValue(float c0, float c1, float c2, float c3, float c4, float c5, float c6, float c7, float c8)
SbMatrix3
SbMatrix3. times(SbMatrix3 m2)
Multiplies two matrices, returning a matrix result.static SbMatrix3[]
SbMatrix3. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbMatrix3 Modifier and Type Method Description void
SbMatrix3. multiply(SbMatrix3 m)
Post-multiplies the matrix by the given matrix (equivalent tomultRight()
method).SbMatrix3
SbMatrix3. multLeft(SbMatrix3 m)
Pre-multiplies matrix by the given matrix.SbMatrix3
SbMatrix3. multRight(SbMatrix3 m)
Post-multiplies the matrix by the given matrix.void
SbMatrix3. setValue(SbMatrix3 copyFrom)
SbRotation
SbRotation. setValue(SbMatrix3 m)
Sets rotation from a 3x3 rotation matrix.SbRotationd
SbRotationd. setValue(SbMatrix3 m)
Sets rotation from a 3x3 rotation matrix.SbMatrix3
SbMatrix3. times(SbMatrix3 m2)
Multiplies two matrices, returning a matrix result.Constructors in com.openinventor.inventor with parameters of type SbMatrix3 Constructor Description SbMatrix3(SbMatrix3 copyFrom)
SbRotation(SbMatrix3 m)
Constructor.SbRotationd(SbMatrix3 m)
Constructor. -
Uses of SbMatrix3 in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbMatrix3 Modifier and Type Method Description SbMatrix3
SoSFMatrix3. getValue()
Returns this field's value.Methods in com.openinventor.inventor.fields with parameters of type SbMatrix3 Modifier and Type Method Description void
SoSFMatrix3. setValue(SbMatrix3 newValue)
Sets this field to newValue.Constructors in com.openinventor.inventor.fields with parameters of type SbMatrix3 Constructor Description SoSFMatrix3(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbMatrix3 defaultValue)
Default constructor.
-