提交 d582d1a3 编写于 作者: Z zhaoy

add missing typescript declaration of Vector2.cross

上级 84de4540
......@@ -305,6 +305,11 @@ export class Vector2 implements Vector {
*/
dot(v: Vector2): number;
/**
* Computes cross product of this vector and v.
*/
cross(v: Vector2): number;
/**
* Computes squared length of this vector.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册