Line Structure

CVB.Net Documentation
Object representing an infinite line in 2 dimensional space.

Namespace:  Stemmer.Cvb.Geometry2D
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct Line

The Line type exposes the following members.

Constructors

  NameDescription
Public methodLine(Point2Dd, Point2Dd)
Create a line object.
Public methodLine(Point2Dd, Double)
Create a line object.
Top
Properties

  NameDescription
Public propertyDistance
Distance of the line from the origin.
Public propertyNormal
Normal vector of the line. When setting a different normal vector, it will automatically normalized to a length of 1.0.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference