static sgCPoint*   sgCPoint::Create(double pX, double pY, double pZ)

 

Description:

Creates the object of the POINT class.

 

Arguments:

pX - X coordinate of the created point,

pY - Y coordinate of the created point,

pZ - Z coordinate of the created point,

 

Returned value:

Returns the pointer to the created object.

 

Following shortening is set:

 

#define    sgCreatePoint    sgCPoint::Create

 

Example:

 

sgCPoint*      pnt = sgCreatePoint(0.0, 1.0, 5.0);

 

See also:

Objects hierarchy   sgCObject methods   SG_POINT