Package | Description |
---|---|
mygeom | |
widget |
Modifier and Type | Method and Description |
---|---|
double |
Vector2.det(Vector2 v)
Computes the determinant between the current vector and v
|
double |
Vector2.dot(Vector2 v)
Computes the scalar product between the current vector and v
|
Constructor and Description |
---|
Segment2(Point2 a,
Vector2 b)
Creates segment [a,b]
|
Vector2(Vector2 a) |
Modifier and Type | Method and Description |
---|---|
void |
OBB.translate(Vector2 u) |
void |
MTComponent.updatePosition(Vector2 t,
double angle,
double k)
adds translation, angle (in radian) and scale to current ones
|
void |
MTComponent.updatePositionFromInit(Vector2 t,
double angle,
double k)
Adds translation t to current translation, same for angle and scale k
|