Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class
Members

In This Topic
    Point4D Class
    In This Topic
    Defines a point in homogeneous coordinates.
    Syntax
    'Declaration
     
    Public Class Point4D 
       Inherits Point3D
       Implements IVertex 
    public class Point4D : Point3D, IVertex  
    Inheritance Hierarchy

    System.Object
       devDept.Geometry.Point2D
          devDept.Geometry.Point3D
             devDept.Geometry.Point4D

    See Also