Uses of Class
org.eclipse.gef.geometry.projective.Straight3D
Package
Description
This package provides core abstractions to support calculations within
2-dimensional projective vector space.
-
Uses of Straight3D in org.eclipse.gef.geometry.projective
Modifier and TypeMethodDescriptionStraight3D.getOrtho()
Returns the orthogonalStraight3D
through the givenVector3D
.static Straight3D
Constructs a newStraight3D
through the given start and endVector3D
s.Modifier and TypeMethodDescriptionStraight3D.getIntersection
(Straight3D other) Returns the intersection between this and the given otherStraight3D
.