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


In This Topic
    Point4D Class Members
    In This Topic

    The following tables list the members exposed by Point4D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the Euclidean representation for this homogeneous point.  
    Public PropertyOverridden.   
    Public Property W term.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of this point.  
    Public MethodOverridden.   
    Public Methodstatic (Shared in Visual Basic) Computes the 4D distance.  
    Public MethodOverloaded.   
    Public Method  
    Public MethodOverridden.   
    Public Methodstatic (Shared in Visual Basic)  
    Public Method Returns an array of point's coordinates.  
    Public Method Converts this 4D point to a human readable string.  
    Public MethodOverridden.   
    Public Method Transforms the homogeneous point by the specified transformation.  
    Public MethodOverridden.   
    Top
    Public Operators
    Addition between two 4D points.
    Division between a 4D point and a scalar s.
     
     
    Product between a scalar value and a 4D point.
    Subtraction between two 4D points.
    Top
    See Also