vec2f

public void vec2f(float x, float y)

Constructs a new vec2f with the specified values.

Parameters

x

The X component in points.

y

The Y component in points.