Compute the reflection vector given an incoming and normal vector
| <vizmat>.ReflectionVector( | |
| incoming | # [x,y,z] |
| normal | # [x,y,z] |
)
incoming
A list of 3 numbers representing the incoming vector
normal
A list of 3 numbers representing the normal vector of the surface
This command will return the reflection vector of the given incoming vector and the normal vector of the surface it is reflecting from.
A list of 3 numbers representing the reflection vector