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


In This Topic
    Distance Method (NPlane3DD)
    In This Topic
    Computes the normal distance of a point from the plane
    Syntax
    'Declaration
     
    
    Public Function Distance( _
       ByRef vec As NVector3DD _
    ) As System.Double
    'Usage
     
    
    Dim instance As NPlane3DD
    Dim vec As NVector3DD
    Dim value As System.Double
     
    value = instance.Distance(vec)
    public System.double Distance( 
       ref NVector3DD vec
    )

    Parameters

    vec
    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