VisualPOVRAY.AnimatedPoint3.update C# (CSharp) Method

update() public method

public update ( float time ) : void
time float
return void
        public void update(float time)
        {
            throw new NotImplementedException();
        }