Uses of Class
org.eclipse.gef.geometry.projective.Vector3D
Packages that use Vector3D
Package
Description
This package provides core abstractions to support calculations within
2-dimensional projective vector space.
-
Uses of Vector3D in org.eclipse.gef.geometry.projective
Methods in org.eclipse.gef.geometry.projective that return Vector3DModifier and TypeMethodDescriptionVector3D.getCopy()
Returns a copy of thisVector3D
.Vector3D.getCrossProduct
(Vector3D other) Straight3D.getIntersection
(Straight3D other) Returns the intersection between this and the given otherStraight3D
.Vector3D.getScaled
(double f) Vector3D.getSubtracted
(Vector3D other) Methods in org.eclipse.gef.geometry.projective with parameters of type Vector3DModifier and TypeMethodDescriptionVector3D.getCrossProduct
(Vector3D other) double
Vector3D.getDotProduct
(Vector3D other) Returns the dot-product of this and the given otherVector3D
.Returns the orthogonalStraight3D
through the givenVector3D
.double
Straight3D.getSignedDistanceCW
(Vector3D vp) Returns the clock-wise signed distance of the givenVector3D
to thisStraight3D
.Vector3D.getSubtracted
(Vector3D other) static Straight3D
Constructs a newStraight3D
through the given start and endVector3D
s.