reject

fun reject(base: Vec3): Vec3(source)

Calculates the rejection of this vector from another vector.

Return

The rejection of this vector from the other vector.

Parameters

base

The vector from which to reject this vector.