'DeclarationPublic Function New( _ ByVal a As NVector3DD, _ ByVal b As NVector3DD, _ ByVal c As NVector3DD, _ ByVal colorA As System.Drawing.Color, _ ByVal colorB As System.Drawing.Color, _ ByVal colorC As System.Drawing.Color _ )
'UsageDim a As NVector3DD Dim b As NVector3DD Dim c As NVector3DD Dim colorA As System.Drawing.Color Dim colorB As System.Drawing.Color Dim colorC As System.Drawing.Color Dim instance As New NColoredTriangle(a, b, c, colorA, colorB, colorC)
public NColoredTriangle( NVector3DD a, NVector3DD b, NVector3DD c, System.Drawing.Color colorA, System.Drawing.Color colorB, System.Drawing.Color colorC )
Parameters
- a
- b
- c
- colorA
- colorB
- colorC