SoTrackerReaderGetMatrix Method |
Gets the transformation matrix for sensor identified by id.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SbMatrix GetMatrix(
int id
)
Public Function GetMatrix (
id As Integer
) As SbMatrix
public:
SbMatrix GetMatrix(
int id
)
member GetMatrix :
id : int -> SbMatrix
Parameters
- id
- Type: SystemInt32
Return Value
Type:
SbMatrix
Remarks
See Also