An NDoc Documented Class Library

xyArray Class

The class xyArray is our basecontainer for points of type xy. 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 xyArray is clockwise orientates a positive value else the value is negative. The Length of cross is twice the area of the xyArray.

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

System.Object
   Minais.Drawing3d.Math.xyArray

public class xyArray : 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

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