public class Vec2f
extends java.lang.Object
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static Vec2f | MAX | 
| static Vec2f | MIN | 
| static Vec2f | NEGATIVE_UNIT_X | 
| static Vec2f | NEGATIVE_UNIT_Y | 
| static Vec2f | ONE | 
| static Vec2f | UNIT_X | 
| static Vec2f | UNIT_Y | 
| float | x | 
| float | y | 
| static Vec2f | ZERO | 
| コンストラクタと説明 | 
|---|
| Vec2f(float xIn,
     float yIn) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| boolean | equals(Vec2f other) | 
public static final Vec2f ZERO
public static final Vec2f ONE
public static final Vec2f UNIT_X
public static final Vec2f NEGATIVE_UNIT_X
public static final Vec2f UNIT_Y
public static final Vec2f NEGATIVE_UNIT_Y
public static final Vec2f MAX
public static final Vec2f MIN
public final float x
public final float y
public boolean equals(Vec2f other)