ejann99
03-31-2008, 06:06 AM
Struct originally inherit Value , so it has these methods like print(), format(), classOf(), superClassOf(), isKindOf()....
I want to define a Struct as a Node object which has attributes pos, rotation,dir and pivot.
The simple way is to inherit Node . How can I do to inherit Node ?
I want to define a Struct as a Node object which has attributes pos, rotation,dir and pivot.
The simple way is to inherit Node . How can I do to inherit Node ?
