Click or drag to resize

Segment3 Structure

Segment.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public struct Segment3

The Segment3 type exposes the following members.

Constructors
  NameDescription
Public methodSegment3(Point3, Point3)
Initializes a new instance of the Segment3 struct. Create a Segment3 from two Point3.
Public methodSegment3(Vector3, Vector3)
Initializes a new instance of the Segment3 struct. Create a Segment3 from two Vector3.
Top
Properties
  NameDescription
Public propertyDirection
Gets the Vector3 corresponding to this Segment3.
Public propertyEnd
Gets or sets the end position.
Public propertyStart
Gets or sets the start position.
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