Loading...
Searching...
No Matches
com.navigine.idl.java.Segment Class Reference

line between two points. More...

Public Member Functions

 Segment (Point start, Point end)
 Default constructor for class Segment.
 
Point getStart ()
 Start point of the segment.
 
Point getEnd ()
 End point of the segment.
 
String toString ()
 

Detailed Description

line between two points.

Definition at line 14 of file Segment.java.

Constructor & Destructor Documentation

◆ Segment()

com.navigine.idl.java.Segment.Segment ( Point start,
Point end )
inline

Default constructor for class Segment.

Definition at line 24 of file Segment.java.

Member Function Documentation

◆ getEnd()

Point com.navigine.idl.java.Segment.getEnd ( )
inline

End point of the segment.

Returns

Definition at line 41 of file Segment.java.

◆ getStart()

Point com.navigine.idl.java.Segment.getStart ( )
inline

Start point of the segment.

Returns

Definition at line 34 of file Segment.java.

◆ toString()

String com.navigine.idl.java.Segment.toString ( )
inline

Definition at line 46 of file Segment.java.


The documentation for this class was generated from the following file: