Click or drag to resize

PolyLine3 Constructor (Point3, Point3)

Create polyline line segment.

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