ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / D2D1 Class / Vec3Length Method

In This Topic
    Vec3Length Method
    In This Topic
    float D2D1Vec3Length([In] float x,[In] float y,[In] float z)
    Syntax
    'Declaration
     
    Public Shared Function Vec3Length( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal z As Single _
    ) As Single
    public static float Vec3Length( 
       float x,
       float y,
       float z
    )

    Parameters

    x
    y
    z
    See Also