jp.digitalmuseum.jogl
クラス JoglModel.UV

java.lang.Object
  上位を拡張 jp.digitalmuseum.jogl.JoglModel.FloatArray
      上位を拡張 jp.digitalmuseum.jogl.JoglModel.UV
含まれているクラス:
JoglModel

public static class JoglModel.UV
extends JoglModel.FloatArray
Class for holding UV texture mapping parameters.
フィールドの概要
 
クラス jp.digitalmuseum.jogl.JoglModel.FloatArray から継承されたフィールド
data
 
コンストラクタの概要
JoglModel.UV()
           
JoglModel.UV(float... data)
           
JoglModel.UV(JoglModel.UV uv)
           
 
メソッドの概要
 float getU()
           
 float getV()
           
 void setU(float u)
           
 void setV(float v)
           
 
クラス jp.digitalmuseum.jogl.JoglModel.FloatArray から継承されたメソッド
getData, set, setData, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
コンストラクタの詳細

JoglModel.UV

public JoglModel.UV()

JoglModel.UV

public JoglModel.UV(JoglModel.UV uv)

JoglModel.UV

public JoglModel.UV(float... data)
メソッドの詳細

setU

public void setU(float u)

setV

public void setV(float v)

getU

public float getU()

getV

public float getV()


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/