Table of Contents

Class Vec3dUtil

Namespace
Hi.Geom
Assembly
HiDisp.dll

Utility and Extension of Vec3d.

public static class Vec3dUtil
Inheritance
Vec3dUtil
Inherited Members

Methods

Display(Bind, IList<Vec3d>, Stamp, int)

Display by the src. src will be expand to an array and then call Display(Bind, double[], Stamp, int).

public static void Display(Bind bind, IList<Vec3d> src, Stamp stamp, int glPrimitive)

Parameters

bind Bind

bind

src IList<Vec3d>

src

stamp Stamp

stamp

glPrimitive int

gl primitive

Display(Vec3d, Bind)

Display a point.

public static void Display(this Vec3d src, Bind bind)

Parameters

src Vec3d

point

bind Bind

bind

GetLineStripDraw(IList<Vec3d>)

Creates a line strip drawing from a list of points.

public static Drawing GetLineStripDraw(this IList<Vec3d> points)

Parameters

points IList<Vec3d>

The list of points to draw as a line strip.

Returns

Drawing

A Drawing object representing the line strip.