SoTrackerReaderGetPosition Method (Int32) |
Gets the position values for the sensor identified by id.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbVec3f GetPosition(
int id
)
Public Function GetPosition (
id As Integer
) As SbVec3f
public:
SbVec3f GetPosition(
int id
)
member GetPosition :
id : int -> SbVec3f
Parameters
- id
- Type: SystemInt32
Return Value
Type:
SbVec3f
Remarks
See Also