Uses of Class
org.scilab.forge.scirenderer.implementation.g2d.motor.Triangle
Packages that use Triangle
-
Uses of Triangle in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type TriangleModifier and TypeMethodDescriptionprotected static List<ConvexObject> Triangle.breakIntersectingTriangles(Triangle t1, Triangle t2) Get the broken triangles in following the intersection of the planes containing t1 and t2.SpritedRectangle.breakObject(Triangle o) Triangle.breakObject(Triangle o) protected static List<ConvexObject> Triangle.breakSegmentOnTriangle(Triangle t, Segment s) protected static List<ConvexObject> Triangle.breakTriangleOnLine(Triangle t, Vector3d p, Vector3d n) Break a triangle according to its intersection with a line containing p in the plane of the triangle and orthogonal to n The triangle and the line are supposed to be coplanar.static final voidDrawTools.fillGouraud(Graphics2D g2d, Triangle t) Fill a triangle in using a Gouraud shading Only two gradient are used rather than three.protected booleanTriangle.isCoplanar(Triangle t)