Uses of Class
com.openinventor.inventor.fields.SoSFMatrix
-
Packages that use SoSFMatrix Package Description com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms Geometric Transforms engines are usually used to align images.com.openinventor.imageviz.engines.geometryandmatching.registration This group provides a package of registration functions.com.openinventor.imageviz.nodes.registration com.openinventor.inventor.nodes com.openinventor.meshviz.graph com.openinventor.volumeviz.nodes -
-
Uses of SoSFMatrix in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
Fields in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
SoResampleImageProcessing3d. subVolumeTransform
Specifies a transformation of the axis aligned boxsubVolume
.SoSFMatrix
SoResampleImageProcessing3d. transform
This transformation is applied to all output voxel positions before the interpolation. -
Uses of SoSFMatrix in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
SoImageRegistrationTransform. initialTransform
The initial transformation that pre-aligns the model onto the reference. -
Uses of SoSFMatrix in com.openinventor.imageviz.nodes.registration
Fields in com.openinventor.imageviz.nodes.registration declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
SoRegistrationResult. transformation
The transformation that maps the model onto the reference. -
Uses of SoSFMatrix in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
SoMatrixTransform. matrix
Transformation matrix.SoSFMatrix
SoProjection. matrix
Matrix that can be applied before projecting a point.SoSFMatrix
SoTextureMatrix. matrix
SoSFMatrix
SoShaderParameterMatrix. value
Specifies the parameter's value. -
Uses of SoSFMatrix in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
PoAutoCubeAxis. modellingMatrix
This modelling matrix is used to determine the visibility of each face (and thus the axes to draw).SoSFMatrix
PoAutoCubeAxis. projectionMatrix
This modelling matrix is used to determine the visibility of each face (and thus the axes to draw).SoSFMatrix
PoAutoCubeAxis. viewingMatrix
This viewing matrix is used to determine the visibility of each face (and thus the axes to draw). -
Uses of SoSFMatrix in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFMatrix Modifier and Type Field Description SoSFMatrix
SoOffscreenVolumeRender. dataSpaceMatrix
This transformation is applied on the volume render texture coordinate during the extraction.
-