Uses of Class
toxi.geom.Line3D
Packages that use 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
Subclasses of Line3D in toxi.geom.meshFields in toxi.geom.mesh with type parameters of type Line3DModifier and TypeFieldDescriptionWETriangleMesh.edges
WEVertex buffer & lookup index when adding new faces -
Uses of Line3D in toxi.processing
Methods in toxi.processing with parameters of type Line3DMethod parameters in toxi.processing with type arguments of type Line3D -
Uses of Line3D in toxi.sim.dla
Subclasses of Line3D in toxi.sim.dlaMethods in toxi.sim.dla with parameters of type Line3DModifier and TypeMethodDescriptionint
int
int
Constructor parameters in toxi.sim.dla with type arguments of type Line3D -
Uses of Line3D in toxi.volume
Methods in toxi.volume with parameters of type Line3DModifier and TypeMethodDescriptionvoid
MeshLatticeBuilder.createLattice
(VolumetricBrush brush, Line3D l, float drawStep)