30#ifndef IFSG_TRANSFORM_H
31#define IFSG_TRANSFORM_H
54 bool SetScaleOrientation(
const SGVECTOR& aScaleAxis,
double aAngle );
55 bool SetRotation(
const SGVECTOR& aRotationAxis,
double aAngle );
56 bool SetScale(
const SGPOINT& aScale )
noexcept;
57 bool SetScale(
double aScale );
58 bool SetCenter(
const SGPOINT& aCenter )
noexcept;
59 bool SetTranslation(
const SGPOINT& aTranslation )
noexcept;
The base class of all DLL-safe Scene Graph nodes.
virtual bool NewNode(SGNODE *aParent)=0
Create a new node to associate with this wrapper.
virtual bool Attach(SGNODE *aNode)=0
Associate a given SGNODE* with this wrapper.
The base class of all Scene Graph nodes.
defines the wrapper of the base class SG_NODE