Class Model.TexVertex

java.lang.Object
com.agisoft.metashape.Model.TexVertex
Enclosing class:
Model

public static class Model.TexVertex extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • TexVertex

      public TexVertex(long cPtr, boolean cMemoryOwn)
    • TexVertex

      public TexVertex()
  • Method Details

    • getCPtr

      public static long getCPtr(Model.TexVertex obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • setCoord

      public void setCoord(Vector2d coord)
      Vertex texture coordinates.
    • getCoord

      public Vector2d getCoord()
      Vertex texture coordinates.