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 |
---|---|
Straight3D |
Straight3D.getOrtho()
|
Straight3D |
Straight3D.getOrtho(Vector3D vp)
Returns the orthogonal
Straight3D through the given
Vector3D . |
static Straight3D |
Straight3D.through(Vector3D start,
Vector3D end)
Constructs a new
Straight3D through the given start and end
Vector3D s. |
Modifier and Type | Method and Description |
---|---|
Vector3D |
Straight3D.getIntersection(Straight3D other)
Returns the intersection between this and the given other
Straight3D . |
Copyright (c) 2014 itemis AG, and others. All rights reserved.