UNPKG

xtorcga

Version:

Xtor Compute Geometry Algorithm Libary 计算几何算法库

10 lines (9 loc) 285 B
import { Mat4 } from "src/math/Mat4"; import { Thing } from "src/render/thing"; import { TypedConstraint } from "./constaint/constraint"; export declare class Bone extends Thing { children: Bone[]; contraints: TypedConstraint[]; matrix: Mat4; constructor(); }