主题
Home > @esengine/ecs-framework-monorepo > Vector2 > reflect
反射向量(关于法线)
Signature:
reflect(normal: Vector2): this;
Parameter
Type
Description
normal
Vector2
法线向量(应为单位向量)
Returns:
this
当前向量实例(链式调用)