Uses of Class
toxi.geom.Line3D
-
Uses of Line3D in toxi.geom
Modifier and TypeMethodDescriptionLine3D.copy()
Line3D.LineIntersection.getLine()
Line3D.offsetAndGrowBy
(float offset, float scale, Vec3D ref) Line3D.scaleLength
(float scale) Line3D.set
(ReadonlyVec3D a, ReadonlyVec3D b) 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.Modifier and TypeMethodDescriptionLine3D.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
Modifier and TypeFieldDescriptionWETriangleMesh.edges
WEVertex buffer & lookup index when adding new faces -
Uses of Line3D in toxi.processing
-
Uses of Line3D in toxi.sim.dla
Modifier and TypeMethodDescriptionint
int
int
-
Uses of Line3D in toxi.volume
Modifier and TypeMethodDescriptionvoid
MeshLatticeBuilder.createLattice
(VolumetricBrush brush, Line3D l, float drawStep)