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#extractAllPoints

A simple transformation of three.js for use within a Deno workflow
Go to Latest
method Shape.prototype.extractAllPoints
Deprecated
Deprecated

Use Shape#extractPoints | .extractPoints() instead.

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[][]; }