C# Class CSharpSlam.Pose

Must be edited.
Afficher le fichier Open project: samub/CSharpSlam Class Usage Examples

Méthodes publiques

Свойство Type Description
Degree double
X int
Y int

Méthodes publiques

Méthode Description
Pose ( int x, int y, double degree )

Initializes a new instance of the Pose struct.

Method Details

Pose() public méthode

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_oe property

Must be edited.
public double Degree
Résultat double

X public_oe property

Must be edited.
public int X
Résultat int

Y public_oe property

Must be edited.
public int Y
Résultat int