reflected method
Vector3
reflected(
- Vector3 normal
inherited
Reflected copy of this.
Implementation
Vector3 reflected(Vector3 normal) => clone()..reflect(normal);
Reflected copy of this.
Vector3 reflected(Vector3 normal) => clone()..reflect(normal);