Nevron.Chart Namespace / NScale3DToModel3DTransformation Structure / Transform Method


Transform Method (NScale3DToModel3DTransformation)
Syntax
'Declaration
 
Public Sub Transform( _
   ByVal vecPointScale As NVector3DD, _
   ByRef vecPointModel As NVector3DF _
) 
 
'Usage
 
Dim instance As NScale3DToModel3DTransformation
Dim vecPointScale As NVector3DD
Dim vecPointModel As NVector3DF
 
instance.Transform(vecPointScale, vecPointModel)

Parameters

vecPointScale
vecPointModel
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also