JSFiddle - React, Tailwind, and code Playground

by eulomelo

JavaScript

import * as Utils from "https://cdn.jsdelivr.net/gh/UAIbot/UAIbotJS@main/UAIbotJS/Utils.js";
import * as math from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm';

let theta = 3.14 / 2
let r = math.matrix([
  [1],
  [2],
  [3]
]);

let R = Utils.rot(r, theta)

console.log(R)