C# Class ControlSystem.VecPoint

Class to contain point for use in one of the vector classes.
Afficher le fichier Open project: syre/SortingIndustrialRobot Class Usage Examples

Méthodes publiques

Свойство Type Description
iPitch int
iRoll int
iX int
iY int
iZ int

Méthodes publiques

Méthode Description
ToString ( ) : string

The position in string format.

VecPoint ( int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : System

Constructor setting up the point location.

Method Details

ToString() public méthode

The position in string format.
public ToString ( ) : string
Résultat string

VecPoint() public méthode

Constructor setting up the point location.
public VecPoint ( int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : System
_iX int X coordinate.
_iY int Y coordinate.
_iZ int Z coordinate.
_iPitch int Pitch.
_iRoll int Roll.
Résultat System

Property Details

iPitch public_oe property

public int iPitch
Résultat int

iRoll public_oe property

public int iRoll
Résultat int

iX public_oe property

public int iX
Résultat int

iY public_oe property

public int iY
Résultat int

iZ public_oe property

public int iZ
Résultat int