This repository provides an example of performing differentiable vector graphics rendering using MATLAB. The example demonstrates how to use the differentiable rendering pipeline to approximate a ...
% Ordinary methods: Call ordinary methods using MATLAB function syntax or dot notation. % obj.methodName(arg) % obj is not the arguement input % methodName(obj,arg) % obj is the input arguement % ...