提交 5d073e1e 编写于 作者: F Florian Stellbrink

Remove triangulate function from typing

Function has already been removed from the codebase and is not part of the public API.
上级 660d3208
......@@ -5,7 +5,6 @@ interface Vec2 {
export namespace ShapeUtils {
export function area( contour: Vec2[] ): number;
export function triangulate( contour: Vec2[], indices: boolean ): number[];
export function triangulateShape( contour: Vec2[], holes: Vec2[] ): number[][];
export function isClockWise( pts: Vec2[] ): boolean;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册