ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure


In This Topic
    Coordinate3D Structure Methods
    In This Topic

    For a list of all members of this type, see Coordinate3D members.

    Public Methods
     NameDescription
    Public Method Constructs a new Coordinate3D by adding another Coordinate3D to this Coordinate3D. Vector addition is used.  
    Public Method Constructs the cross product of this Coordinate3D and another Coordinate3D. Vector cross product is used.  
    Public Methodstatic (Shared in Visual Basic) Gets the 3D distance between two instances of Coordinate3D.  
    Public Method Calculates the dot product of this Coordinate3D and another Coordinate3D. Vector dot product is used.  
    Public MethodOverloaded.   
    Public Method Obtains a hash code of the object. Used in Equals.  
    Public Method Constructs a Coordinate3D with Magnitude = 1 from this vector;  
    Public Method Moves the Coordinate3D by adding a shift value to each component.  
    Public Method Normalizes the Coordinate3D which means it is scaled to magnitude = 1.  
    Public Method Gets the components of the Coordinate3D.  
    Public Method Gets the polar components of the Coordinate3D. Angles are in radians.  
    Public Method Rotates the Coordinate3D around an axis defined by another Coordinate3D. The angle is in radians.  
    Public Method Scales the Coordinate3D by the given factor.  
    Public Method Sets the components of the Coordinate3D.  
    Public Method Sets the Coordinate3D to empty.  
    Public Method Sets the components of the Coordinate3D from polar components. Angles are in radians.  
    Public Method Convert the Coordinate3D into a MapPoint.  
    Top
    See Also