Represents a 3D terrain.

The Terrain3D..::..Segment type exposes the following members.

Constructors

  NameDescription
Public methodTerrain3D..::..Segment
Creates a segment defined by the two specified points.

Methods

  NameDescription
Public methodEquals(Object)
Override for equals
(Overrides ValueType..::..Equals(Object).)
Public methodEquals(Terrain3D..::..Segment)
Gets whether this segments is logically equal to the given segment.
Public methodGetHashCode
Overrides GetHashCode()()()().
(Overrides ValueType..::..GetHashCode()()()().)
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.)

Operators

  NameDescription
Public operatorStatic memberEquality
Compares two Terrain3D..::..Segments for equality.
Public operatorStatic memberInequality
Compares two Terrain3D..::..Segments for inequality.

Fields

  NameDescription
Public fieldPointA
Gets or sets the origin point of the segment.
Public fieldPointB
Gets or sets the ending point of the segment.

See Also