bakutan.common.math
クラス BVector4f

java.lang.Object
  上位を拡張 bakutan.common.math.BVector4f

public class BVector4f
extends java.lang.Object

作成者:
cattaka 4次元ベクトルを表すクラス。

フィールドの概要
 float a
           
 float b
           
 float c
           
 float d
           
 
コンストラクタの概要
BVector4f()
           
BVector4f(BVector4f v)
           
BVector4f(float a, float b, float c, float d)
           
 
メソッドの概要
 void get(BVector4f v)
           
 void set(BVector4f v)
           
 void set(float a, float b, float c, float d)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

a

public float a

b

public float b

c

public float c

d

public float d
コンストラクタの詳細

BVector4f

public BVector4f()

BVector4f

public BVector4f(float a,
                 float b,
                 float c,
                 float d)

BVector4f

public BVector4f(BVector4f v)
メソッドの詳細

set

public void set(float a,
                float b,
                float c,
                float d)

set

public void set(BVector4f v)

get

public void get(BVector4f v)

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString