Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/extras/core/Shape.d.ts>Shape#extractPoints

A simple transformation of three.js for use within a Deno workflow
Go to Latest
method Shape.prototype.extractPoints
import { Shape } from "https://deno.land/x/threejs_4_deno@v121/src/extras/core/Shape.d.ts";

Parameters

divisions: number

Returns

{ shape: Vector2[]; holes: Vector2[][]; }