Class: Lumino::Vector4
- Inherits:
-
Object
- Object
- Lumino::Vector4
- Defined in:
- LuminoRubyDoc.rb
Overview
4 次元ベクトルのクラスです。
Instance Method Summary (collapse)
-
- (Vector4) initialize(x, y, z, w)
constructor
初期化.
-
- (Object) set(x, y, z, w)
4Dベクトルに値を設定します。.
- - (Float) w
- - (Object) w=(v)
- - (Float) x
- - (Object) x=(v)
- - (Float) y
- - (Object) y=(v)
- - (Float) z
- - (Object) z=(v)
Constructor Details
- (Vector4) initialize(x, y, z, w)
初期化
771 772 |
# File 'LuminoRubyDoc.rb', line 771 def initialize end |
Instance Method Details
- (Object) set(x, y, z, w)
4Dベクトルに値を設定します。
828 829 |
# File 'LuminoRubyDoc.rb', line 828 def set end |
- (Float) w
819 820 |
# File 'LuminoRubyDoc.rb', line 819 def w end |
- (Object) w=(v)
813 814 |
# File 'LuminoRubyDoc.rb', line 813 def w=(v) end |
- (Float) x
783 784 |
# File 'LuminoRubyDoc.rb', line 783 def x end |
- (Object) x=(v)
777 778 |
# File 'LuminoRubyDoc.rb', line 777 def x=(v) end |
- (Float) y
795 796 |
# File 'LuminoRubyDoc.rb', line 795 def y end |
- (Object) y=(v)
789 790 |
# File 'LuminoRubyDoc.rb', line 789 def y=(v) end |
- (Float) z
807 808 |
# File 'LuminoRubyDoc.rb', line 807 def z end |
- (Object) z=(v)
801 802 |
# File 'LuminoRubyDoc.rb', line 801 def z=(v) end |