Nevron.GraphicsCore Namespace / NVector4DF Structure / SetFromAxisAngle Method


SetFromAxisAngle Method
Syntax
'Declaration
 
Public Sub SetFromAxisAngle( _
   ByVal vec As NVector3DF, _
   ByVal angle As System.Single _
) 
 
'Usage
 
Dim instance As NVector4DF
Dim vec As NVector3DF
Dim angle As System.Single
 
instance.SetFromAxisAngle(vec, angle)

Parameters

vec
angle
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