You are here: Start » AVL.NET » Point3D Structure

Point3D Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Point3D(IList<Single>)
Point3D(Point2D)
Point3D(Int32, Int32, Int32)
Point3D(Single, Single, Single)

Properties

 NameTypeDescription
XSystem.Single
YSystem.Single
ZSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.Point3D)
Equals(AvlNet.Point3D, AvlNet.Point3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also