com.nttdocomo.ui.ogl.math
クラス Point4f

Object
  拡張com.nttdocomo.ui.ogl.math.Tuple4f
      拡張com.nttdocomo.ui.ogl.math.Point4f

public final class Point4f
extends Tuple4f
 [iアプリオプションAPI]

4次元の点を表すクラスです。

導入されたバージョン:
DoJa-5.0(903i)

フィールドの概要
 
クラス com.nttdocomo.ui.ogl.math.Tuple4f から継承したフィールド
w, x, y, z
 
コンストラクタの概要
Point4f()
           コンストラクタです。
Point4f(float x, float y, float z, float w)
           コンストラクタです。
 
クラス Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Point4f

public Point4f()

コンストラクタです。

各成分は0で初期化されます。


Point4f

public Point4f(float x,
               float y,
               float z,
               float w)

コンストラクタです。

各成分は引数x,y,z,wで指定された値で初期化されます。

パラメータ:
x - x成分の初期値を指定します。
y - y成分の初期値を指定します。
z - z成分の初期値を指定します。
w - w成分の初期値を指定します。