Click or drag to resize

Line3 Constructor (IReadOnlyListPoint3)

Create line.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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