| SoVRMLTransformGetScaleSpaceMatrix Method | 
Returns composite matrix that transforms from object space to scale space (the space after the scale). 
 
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.37.0 (9.9.37.0)
 Syntax
Syntaxpublic void GetScaleSpaceMatrix(
	out SbMatrix mat,
	out SbMatrix inv
)
Public Sub GetScaleSpaceMatrix ( 
	<OutAttribute> ByRef mat As SbMatrix,
	<OutAttribute> ByRef inv As SbMatrix
)
public:
void GetScaleSpaceMatrix(
	[OutAttribute] SbMatrix% mat, 
	[OutAttribute] SbMatrix% inv
)
member GetScaleSpaceMatrix : 
        mat : SbMatrix byref * 
        inv : SbMatrix byref -> unit 
Parameters
- mat
- Type: OIV.InventorSbMatrix
 
- inv
- Type: OIV.InventorSbMatrix
 
 Remarks
Remarks See Also
See Also