PVector.deg45 constructor

PVector.deg45()

Implementation

factory PVector.deg45() => PVector(sqrt(2) / 2, sqrt(2) / 2);