Package | Description |
---|---|
org.scijava.vecmath |
Provides 3D vector mathematics classes.
|
Modifier and Type | Method and Description |
---|---|
float |
Vector2f.angle(Vector2f v1)
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
|
float |
Vector2f.dot(Vector2f v1)
Computes the dot product of the this vector and vector v1.
|
void |
Vector2f.normalize(Vector2f v1)
Sets the value of this vector to the normalization of vector v1.
|
Constructor and Description |
---|
Vector2d(Vector2f v1)
Constructs and initializes a Vector2d from the specified Vector2f.
|
Vector2f(Vector2f v1)
Constructs and initializes a Vector2f from the specified Vector2f.
|
Copyright © 2016–2022 SciJava. All rights reserved.