From 63fe7f35ead4db73dfa3128413bd48674b06d6e1 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 23 Dec 2018 22:40:58 +1300 Subject: # WARNING: head commit changed in the meantime source location changed, javadoc files added, AWT dependant methods removed --- doc/org/jogamp/vecmath/TexCoord2f.html | 355 +++++++++++++++++++++++++++++++++ 1 file changed, 355 insertions(+) create mode 100644 doc/org/jogamp/vecmath/TexCoord2f.html (limited to 'doc/org/jogamp/vecmath/TexCoord2f.html') diff --git a/doc/org/jogamp/vecmath/TexCoord2f.html b/doc/org/jogamp/vecmath/TexCoord2f.html new file mode 100644 index 0000000..866254c --- /dev/null +++ b/doc/org/jogamp/vecmath/TexCoord2f.html @@ -0,0 +1,355 @@ + + + + + +TexCoord2f + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.jogamp.vecmath
+

Class TexCoord2f

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Cloneable
    +
    +
    +
    +
    public class TexCoord2f
    +extends Tuple2f
    +implements java.io.Serializable
    +
    A 2-element vector that is represented by single-precision floating + point x,y coordinates.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TexCoord2f

        +
        public TexCoord2f(float x,
        +                  float y)
        +
        Constructs and initializes a TexCoord2f from the specified xy coordinates.
        +
        +
        Parameters:
        +
        x - the x coordinate
        +
        y - the y coordinate
        +
        +
      • +
      + + + +
        +
      • +

        TexCoord2f

        +
        public TexCoord2f(float[] v)
        +
        Constructs and initializes a TexCoord2f from the specified array.
        +
        +
        Parameters:
        +
        v - the array of length 2 containing xy in order
        +
        +
      • +
      + + + +
        +
      • +

        TexCoord2f

        +
        public TexCoord2f(TexCoord2f v1)
        +
        Constructs and initializes a TexCoord2f from the specified TexCoord2f.
        +
        +
        Parameters:
        +
        v1 - the TexCoord2f containing the initialization x y data
        +
        +
      • +
      + + + +
        +
      • +

        TexCoord2f

        +
        public TexCoord2f(Tuple2f t1)
        +
        Constructs and initializes a TexCoord2f from the specified Tuple2f.
        +
        +
        Parameters:
        +
        t1 - the Tuple2f containing the initialization x y data
        +
        +
      • +
      + + + +
        +
      • +

        TexCoord2f

        +
        public TexCoord2f()
        +
        Constructs and initializes a TexCoord2f to (0,0).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3