All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.pointRadial.js Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
export default function(x, y) {
  return [(y = +y) * Math.cos(x -= Math.PI / 2), y * Math.sin(x)];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy