Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPlane3DD Structure / Define Method


In This Topic
    Define Method
    In This Topic
    Defines the plane
    Syntax
    'Declaration
     
    
    Public Sub Define( _
       ByRef vecNormal As NVector3DD, _
       ByRef vecPoint As NVector3DD _
    ) 
    'Usage
     
    
    Dim instance As NPlane3DD
    Dim vecNormal As NVector3DD
    Dim vecPoint As NVector3DD
     
    instance.Define(vecNormal, vecPoint)
    public void Define( 
       ref NVector3DD vecNormal,
       ref NVector3DD vecPoint
    )

    Parameters

    vecNormal
    vecPoint
    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