Search
Point3D Members
Constructors Properties
 


Represents the coordinates of a point in a 3-dimensional space.

The following tables list the members exposed by the Point3D type.

 Public Constructors

  Name Description

Point3D

Initializes a new instance of the Point3D class.

 Public Properties

  Name Description

X

Gets or sets the X coordinate of this point.

Y

Gets or sets the Y coordinate of this point.

Z

Gets or sets the Z coordinate of this point.

 See Also