Click or drag to resize

PolyLine3 Constructor (Point3, Point3)

Initializes a new instance of the PolyLine3 class. Create polyline line segment.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public PolyLine3(
	Point3 a,
	Point3 b
)

Parameters

a
Type: Karamba.GeometryPoint3

[Missing <param name="a"/> documentation for "M:Karamba.Geometry.PolyLine3.#ctor(Karamba.Geometry.Point3,Karamba.Geometry.Point3)"]

b
Type: Karamba.GeometryPoint3

[Missing <param name="b"/> documentation for "M:Karamba.Geometry.PolyLine3.#ctor(Karamba.Geometry.Point3,Karamba.Geometry.Point3)"]

See Also