SoTrackerReaderGetTransformMatrix Method |
Returns the transformation matrix applied to the coordinates from the tracking system.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbMatrix GetTransformMatrix(
int id
)
Public Function GetTransformMatrix (
id As Integer
) As SbMatrix
public:
SbMatrix GetTransformMatrix(
int id
)
member GetTransformMatrix :
id : int -> SbMatrix
Parameters
- id
- Type: SystemInt32
Return Value
Type:
SbMatrix
Remarks
See Also