API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.Data.Jaco.CPoint3d Class Reference

This class encapsulate and represent informations about a point in space. More...

Public Member Functions

 CPoint3d ()
 Initializes a new instance of the CPoint3d class. More...
 
void Init ()
 Inits this instance with the default value 0. More...
 
void Init (float value)
 Inits this instance with the specified value. More...
 

Properties

float X [get, set]
 Gets or sets the X. More...
 
float Y [get, set]
 Gets or sets the Y. More...
 
float Z [get, set]
 Gets or sets the Z. More...
 
float ThetaX [get, set]
 Gets or sets the theta X. More...
 
float ThetaY [get, set]
 Gets or sets the theta Y. More...
 
float ThetaZ [get, set]
 Gets or sets the theta Z. More...
 

Detailed Description

This class encapsulate and represent informations about a point in space.

Constructor & Destructor Documentation

Kinova.DLL.Data.Jaco.CPoint3d.CPoint3d ( )

Initializes a new instance of the CPoint3d class.

Member Function Documentation

void Kinova.DLL.Data.Jaco.CPoint3d.Init ( )

Inits this instance with the default value 0.

void Kinova.DLL.Data.Jaco.CPoint3d.Init ( float  value)

Inits this instance with the specified value.

Parameters
valueThe value.

Property Documentation

float Kinova.DLL.Data.Jaco.CPoint3d.ThetaX
getset

Gets or sets the theta X.

The theta X.

float Kinova.DLL.Data.Jaco.CPoint3d.ThetaY
getset

Gets or sets the theta Y.

The theta Y.

float Kinova.DLL.Data.Jaco.CPoint3d.ThetaZ
getset

Gets or sets the theta Z.

The theta Z.

float Kinova.DLL.Data.Jaco.CPoint3d.X
getset

Gets or sets the X.

The X.

float Kinova.DLL.Data.Jaco.CPoint3d.Y
getset

Gets or sets the Y.

The Y.

float Kinova.DLL.Data.Jaco.CPoint3d.Z
getset

Gets or sets the Z.

The Z.


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