UNPKG

xtorcga

Version:

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

11 lines (10 loc) 216 B
import { Mat4 } from "../../math/Mat4"; export declare enum ISpace { Globe = 0, Local = 1 } export declare abstract class TypedConstraint { space: ISpace; matrix: Mat4; constructor(); }