Class MeshSpawnShapeValue.Triangle

  • Enclosing class:
    MeshSpawnShapeValue

    public static class MeshSpawnShapeValue.Triangle
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Triangle​(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Vector3 pick​(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3, Vector3 vector)  
      Vector3 pick​(Vector3 vector)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Triangle

        public Triangle​(float x1,
                        float y1,
                        float z1,
                        float x2,
                        float y2,
                        float z2,
                        float x3,
                        float y3,
                        float z3)
    • Method Detail

      • pick

        public static Vector3 pick​(float x1,
                                   float y1,
                                   float z1,
                                   float x2,
                                   float y2,
                                   float z2,
                                   float x3,
                                   float y3,
                                   float z3,
                                   Vector3 vector)