|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Line3D | |
---|---|
toxi.geom | |
toxi.geom.mesh |
Uses of Line3D in toxi.geom |
---|
Methods in toxi.geom that return Line3D | |
---|---|
Line3D |
Line3D.copy()
|
Line3D |
Line3D.LineIntersection.getLine()
|
Line3D |
Line3D.offsetAndGrowBy(float offset,
float scale,
Vec3D ref)
|
Line3D |
Line3D.set(ReadonlyVec3D a,
ReadonlyVec3D b)
|
Line3D |
Line3D.set(Vec3D a,
Vec3D b)
|
Line3D |
Ray3D.toLine3DWithPointAtDistance(float dist)
Converts the ray into a 3D Line segment with its start point coinciding with the ray origin and its other end point at the given distance along the ray. |
Methods in toxi.geom with parameters of type Line3D | |
---|---|
Line3D.LineIntersection |
Line3D.closestLineTo(Line3D l)
Calculates the line segment that is the shortest route between this line and the given one. |
Uses of Line3D in toxi.geom.mesh |
---|
Subclasses of Line3D in toxi.geom.mesh | |
---|---|
class |
WingedEdge
|
Fields in toxi.geom.mesh with type parameters of type Line3D | |
---|---|
java.util.LinkedHashMap<Line3D,WingedEdge> |
WETriangleMesh.edges
WEVertex buffer & lookup index when adding new faces |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |