Skip to contents

Vector3 Reflect

Usage

vector3_reflect(v, normal)

Arguments

v

A numeric vector of length 3.

normal

A numeric vector of length 3.

Value

A numeric vector of length 3

Examples

vector3_reflect(c(0, 0, 0), c(0, 0, 0))
#> x y z 
#> 0 0 0