|
Line3 Constructor (IReadOnlyListPoint3)
|
Initializes a new instance of the
Line3 struct.
Create line.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Line3(
IReadOnlyList<Point3> points
)
Public Sub New (
points As IReadOnlyList(Of Point3)
)
public:
Line3(
IReadOnlyList<Point3>^ points
)
new :
points : IReadOnlyList<Point3> -> Line3
Parameters
- points
- Type: System.Collections.GenericIReadOnlyListPoint3
[Missing <param name="points"/> documentation for "M:Karamba.Geometry.Line3.#ctor(System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point3})"]
See Also