Uses of Class
org.jzy3d.maths.Triangle2d
Packages that use Triangle2d
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Triangle2d in org.jzy3d.maths
Methods in org.jzy3d.maths that return Triangle2dModifier and TypeMethodDescriptionstatic Triangle2d
Triangle2d.equilateral
(float side) Creates the following 2D equilateral triangle with A at (0,0) and C at (side,0).Triangle2d.mul
(float value) Triangle2d.mulSelf
(float value)