reflect method
void
reflect(
- Vector3 normal
inherited
Reflect this.
Implementation
void reflect(Vector3 normal) {
sub(normal.scaled(2.0 * normal.dot(this)));
}
Reflect this.
void reflect(Vector3 normal) {
sub(normal.scaled(2.0 * normal.dot(this)));
}