Class Icosahedron.Triangle

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Vector point1
      private Vector point2
      private Vector point3
    • Constructor Summary

      Constructors 
      Constructor Description
      Icosahedron.Triangle(Vector point1, Vector point2, Vector point3)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Vector getPoint1()
      final Unit setPoint1(Vector point1)
      final Vector getPoint2()
      final Unit setPoint2(Vector point2)
      final Vector getPoint3()
      final Unit setPoint3(Vector point3)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait