Search
Point3D Members
Constructors Properties Methods
 


Represents a point in 3D space.

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

 Public Constructors

  Name Description

Point3D

Initializes a new instance of the Point3D structure.

 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.

 Public Methods

  Name Description

add

Sums two points' coordinates.

distance

Gets the distance to specified point.

scale

Scales the point's coordinates by specified scale factor.

toString

Returns a string representation of this point.

 See Also