ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Single, _
       ByVal y As System.Single, _
       ByVal z As System.Single _
    ) As System.Single
    public static System.float Vec3Length( 
       System.float x,
       System.float y,
       System.float z
    )

    Parameters

    x
    y
    z
    See Also