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

Line3D Structure

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

Constructors

 ConstructorDescription
Line3D(Single, Single, Single, Single, Single, Single)

Properties

 NameTypeDescription
DeltaXSystem.SingleX coordinate of a vector defining the line
DeltaYSystem.SingleY coordinate of a vector defining the line
DeltaZSystem.SingleZ coordinate of a vector defining the line
XSystem.SingleX-coordinate of a point on the line
YSystem.SingleY-coordinate of a point on the line
ZSystem.SingleZ-coordinate of a point on the line

Methods

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

See also