Click or drag to resize

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)
Syntax
public Line3(
	IReadOnlyList<Point3> points
)

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