多项选择题

使用unity3D引擎编程过程中,关于Vector3说法正确的是()。

A.可以表示点,也可以表示向量
B.是unity中定义的一个类
C.Vector3.up等同于newVector3(0,1,0)
D.Vector3.Dot表示叉乘