class Actor
{
string name;
float x, y, z;
this(string name, float (x, y, z))
{
this.name = name;
this.(x, y, z) = (x, y, z);
}
}
class Actor
{
string name;
float x, y, z;
this(string name, float (x, y, z))
{
this.name = name;
this.(x, y, z) = (x, y, z);
}
}