reject

fun reject(base: Vec2): Vec2(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.