Skip to main content
Version: 3.9

Point 点信息

1. 结构声明

class Point extends BaseNode {
x: number;
y: number;
}