Uses of Class
uk.ac.ed.vecmath.LineSegment3d

Packages that use LineSegment3d
uk.ac.ed.computational_geometry.algorithm.mesh_optimisation   
uk.ac.ed.vecmath   
 

Uses of LineSegment3d in uk.ac.ed.computational_geometry.algorithm.mesh_optimisation
 

Methods in uk.ac.ed.computational_geometry.algorithm.mesh_optimisation that return LineSegment3d
 LineSegment3d Mesh.CycleOfTriangles.getInteriorEdge()
           
 LineSegment3d Mesh.CycleOfTriangles.Edge.getLineSegment()
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.mesh_optimisation that return types with arguments of type LineSegment3d
protected  List<LineSegment3d> Mesh.getSplitLines(List<Mesh.Vertex> loop)
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.mesh_optimisation with parameters of type LineSegment3d
protected  double Mesh.getAspectRatio(Plane3d split_pane, LineSegment3d split_line, List<Mesh.Vertex> loop, Plane3d average_plane)
           
protected  boolean Mesh.isValidSplitPlane(Plane3d split_pane, LineSegment3d split_line, List<Mesh.Vertex> loop1, List<Mesh.Vertex> loop2)
           
protected  void Mesh.splitLoop(List<Mesh.Vertex> loop, LineSegment3d split_line, List<Mesh.Vertex> new_loop1, List<Mesh.Vertex> new_loop2)
           
protected  boolean Mesh.triangulateWithInteriorEdge(List<Mesh.Vertex> loop, LineSegment3d interior_edge, Plane3d average_plane, List<Mesh.Triangle> new_triangles)
           
 

Uses of LineSegment3d in uk.ac.ed.vecmath
 

Constructors in uk.ac.ed.vecmath with parameters of type LineSegment3d
Plane3d(Plane3d orthogonal_plane, LineSegment3d line)