Package | Description |
---|---|
org.eclipse.gef.geometry.projective |
This package provides core abstractions to support calculations within
2-dimensional projective vector space.
|
Modifier and Type | Method and Description |
---|---|
Vector3D |
Vector3D.getAdded(Vector3D other)
|
Vector3D |
Vector3D.getCopy()
Returns a copy of this
Vector3D . |
Vector3D |
Vector3D.getCrossProduct(Vector3D other)
|
Vector3D |
Straight3D.getIntersection(Straight3D other)
Returns the intersection between this and the given other
Straight3D . |
Vector3D |
Vector3D.getRatio(Vector3D other,
double t)
|
Vector3D |
Vector3D.getScaled(double f)
|
Vector3D |
Vector3D.getSubtracted(Vector3D other)
|
Modifier and Type | Method and Description |
---|---|
Vector3D |
Vector3D.getAdded(Vector3D other)
|
Vector3D |
Vector3D.getCrossProduct(Vector3D other)
|
double |
Vector3D.getDotProduct(Vector3D other)
Returns the dot-product of this and the given other
Vector3D . |
Straight3D |
Straight3D.getOrtho(Vector3D vp)
Returns the orthogonal
Straight3D through the given
Vector3D . |
Vector3D |
Vector3D.getRatio(Vector3D other,
double t)
|
double |
Straight3D.getSignedDistanceCW(Vector3D vp)
Returns the clock-wise signed distance of the given
Vector3D to
this Straight3D . |
Vector3D |
Vector3D.getSubtracted(Vector3D other)
|
static Straight3D |
Straight3D.through(Vector3D start,
Vector3D end)
Constructs a new
Straight3D through the given start and end
Vector3D s. |
Copyright (c) 2014 itemis AG, and others. All rights reserved.