SoTrackerReaderSetTransformMatrix Method |
Sets the transformation matrix applied to the coordinates from the tracking system.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetTransformMatrix(
int id,
SbMatrix RealToWorld
)
Public Sub SetTransformMatrix (
id As Integer,
RealToWorld As SbMatrix
)
public:
void SetTransformMatrix(
int id,
SbMatrix RealToWorld
)
member SetTransformMatrix :
id : int *
RealToWorld : SbMatrix -> unit
Parameters
- id
- Type: SystemInt32
- RealToWorld
- Type: OIV.InventorSbMatrix
RemarksThe transformation matrix is from raw (real world) coordinates to Inventor (3D world) coordinates.
See Also