TriangleNTNumeric Constructor
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public TriangleN(
Vector2N<TNumeric> a,
Vector2N<TNumeric> b,
Vector2N<TNumeric> c
)
Public Sub New (
a As Vector2N(Of TNumeric),
b As Vector2N(Of TNumeric),
c As Vector2N(Of TNumeric)
)
public:
TriangleN(
Vector2N<TNumeric> a,
Vector2N<TNumeric> b,
Vector2N<TNumeric> c
)
new :
a : Vector2N<'TNumeric> *
b : Vector2N<'TNumeric> *
c : Vector2N<'TNumeric> -> TriangleN
Parameters
- a Vector2NTNumeric
-
- b Vector2NTNumeric
-
- c Vector2NTNumeric
-