Click or drag to resize
SbProjection Methods

The SbProjection type exposes the following members.

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

Exit method.

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

Get number of used float parameters.

Public methodGetNumStringParameters

Get number of used string parameters.

Public methodGetParameter(Int32, Single)

Get float parameter at position pos.

Public methodGetParameter(Int32, String)

Get string parameter at position pos.

Public methodGetProjectedBoundingBox

Return projected bounding box if available.

Public methodGetProjectionNode

Return associated projection node.

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

Initialisation method.

Public methodInverse

Apply the inverse coordinate to one point.

Public methodProject(SbVec3f)

Apply the complete computation (matrix, pre-projection, projection, post-projection) to one point.

Public methodProject(SbVec3f, SbVec3f)

Apply the complete computation to a set of coordinates.

Public methodSetNumFloatParameters

Set number of float parameters to use.

Public methodSetNumStringParameters

Set number of string parameters to use.

Public methodSetParameter(Int32, Single)

Set float parameter.

Public methodSetParameter(Int32, String)

Set string parameter.

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