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


In This Topic
    Point3D Class Members
    In This Topic

    The following tables list the members exposed by Point3D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property  
    Public PropertyOverridden.   
    Public Propertystatic (Shared in Visual Basic) Returns a 3D point with coordinates at double.MaxValue.  
    Public Propertystatic (Shared in Visual Basic) Returns a 3D point with coordinates at double.MinValue.  
    Public Propertystatic (Shared in Visual Basic) Returns the (0,0,0) point.  
    Public Property Z coordinate value.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Compares two 3D points in the given domain.  
    Public MethodOverridden.  Creates a deep copy of this 3D point.  
    Public MethodOverridden.   
    Public Methodstatic (Shared in Visual Basic) Computes the distance between two 3D points.  
    Public Methodstatic (Shared in Visual Basic) Computes the squared distance between two 3D points.  
    Public MethodOverloaded.  Computes the distance to 3D point b.  
    Public MethodOverloaded.   
    Public Method  
    Public MethodOverridden.   
    Public Method Checks if the point is inside the specified volume.  
    Public MethodOverridden.   
    Public MethodOverloaded.  Project this point onto a 3D segment.  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodOverridden.  Returns an array of point's coordinates.  
    Public Method Converts this 3D point to a human readable string.  
    Public MethodOverridden.  Converts this 3D point to a human readable string.  
    Public MethodOverridden.  Transforms the 3D point by the specified transformation.  
    Public Method  
    Public MethodOverridden.   
    Top
    Public Operators
    Overloaded.  Addition between a 3D point and a 3D vector.
    Division between a 3D point and a scalar s.
     
     
    Overloaded.  Product between a 3D point and a scalar s.
    Overloaded.  Subtraction between two 3D points.
    Top
    See Also