Class SoTransformation

All Implemented Interfaces:
SafeDisposable
Direct Known Subclasses:
SoAntiSquish, SoGeoLocation, SoMatrixTransform, SoResetTransform, SoRotation, SoRotationXYZ, SoScale, SoSurroundScale, SoTransform, SoTranslation, SoUnits

public class SoTransformation extends SoNode
Abstract base class for all geometric transformation nodes. This is the abstract base class for all nodes that perform geometric transformations. It exists only to make it easy for applications to test whether a particular node is a transformation node (that is, is derived from this class).

File format/default:

This is an abstract class. See the reference page of a derived class for the format and default values.

See Also: