VisualPOVRAY.Sphere.move C# (CSharp) Method

move() public method

public move ( Point3 transform ) : void
transform Point3
return void
        public void move(Point3 transform)
        {
            this.translate = transform;
        }