Skip to content

Reflect

Description

Reflect is a Function on Vector3
Returns a new Vector3 that represents the given Vector3's direction when reflected off of a given 3D plane.

Example
local testVariable = Vector3.Reflect(Vector3.New(1, 1, 1), Vector3.New(1, 1, 1))
Usage

network usage: Any (Client or Server/Host)
returns: Vector3
parameters:
- vector (Vector3)
- reflectPlaneNormal (Vector3)