SoVRMLTransformSetMatrix Method |
Sets the fields in the node to implement the transformation represented by the given matrix.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetMatrix(
SbMatrix mat
)
Public Sub SetMatrix (
mat As SbMatrix
)
public:
void SetMatrix(
SbMatrix mat
)
member SetMatrix :
mat : SbMatrix -> unit
Parameters
- mat
- Type: OIV.InventorSbMatrix
Remarks
See Also