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