C# Class CSharpSlam.Pose

Must be edited.
Show file Open project: samub/CSharpSlam Class Usage Examples

Public Properties

Property Type Description
Degree double
X int
Y int

Public Methods

Method Description
Pose ( int x, int y, double degree )

Initializes a new instance of the Pose struct.

Method Details

Pose() public method

Initializes a new instance of the Pose struct.
public Pose ( int x, int y, double degree )
x int The x coordinate parameter.
y int The y coordinate parameter.
degree double The degree parameter.

Property Details

Degree public property

Must be edited.
public double Degree
return double

X public property

Must be edited.
public int X
return int

Y public property

Must be edited.
public int Y
return int