NevronOpenVision
Nevron.Nov.Graphics Namespace / NVector3DF Structure / CrossProduct Method / CrossProduct(NVector3DF,NVector3DF) Method
source vector
source vector
In This Topic
    CrossProduct(NVector3DF,NVector3DF) Method
    In This Topic
    Computes the cross product of two 3-D vectors
    Syntax
    public static NVector3DF CrossProduct( 
       NVector3DF a,
       NVector3DF b
    )

    Parameters

    a
    source vector
    b
    source vector

    Return Value

    A NVector3DF structure that is the cross product of two 3-D vectors.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also