Click or drag to resize
SoGLCoordinateElement Methods

The SoGLCoordinateElement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet3

Returns the indexed coordinate from an element as a 3-vector, converting if necessary.

(Inherited from SoCoordinateElement.)
Public methodGet4

Returns the indexed coordinate from an element as a 4-vector, converting if necessary.

(Inherited from SoCoordinateElement.)
Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNum

Returns the number of coordinate points in an instance.

(Inherited from SoCoordinateElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIs3D

Returns true if the coordinates were specified as 3-vectors, false if 4-vectors.

(Inherited from SoCoordinateElement.)
Public methodPop

Pops element.

(Inherited from SoElement.)
Public methodPush

Pushes element.

(Inherited from SoElement.)
Public methodSend

Sends indexed coordinate to GL.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also