An NDoc Documented Class Library

xyzArray Class

The class xyzArray is our basecontainer for points of type xyz. It has some pretty properties and Methods. So the count is setable. With the Value method you get for any positive param < Count a point, which layes on the polygon. Also a triangulation is implemented, who returns a

The Method returns in case, that the xyzArray is plane, a normalvector. His length is 2*area of the closed polygon.

For a list of all members of this type, see xyzArray Members.

System.Object
   Minais.Drawing3d.Math.xyzArray

public class xyzArray : IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Minais.Drawing3d.Math

Assembly: Drawing3d (in Drawing3d.dll)

See Also

xyzArray Members | Minais.Drawing3d.Math Namespace | TriangleList | cross