Back to class index
| float3::xyz/xzy/yzx/..Syntaxfloat3 float3::xxx() const; [1 line of code]float3 float3::xxy() const; [1 lines of code] float3 float3::xxz() const; [0 lines of code] float3 float3::xyx() const; [0 lines of code] float3 float3::xyy() const; [0 lines of code] float3 float3::xyz() const; [0 lines of code] float3 float3::xzx() const; [0 lines of code] float3 float3::xzy() const; [0 lines of code] float3 float3::xzz() const; [0 lines of code] float3 float3::yxx() const; [-1 lines of code] float3 float3::yxy() const; [0 lines of code] float3 float3::yxz() const; [0 lines of code] float3 float3::yyx() const; [0 lines of code] float3 float3::yyy() const; [0 lines of code] float3 float3::yyz() const; [0 lines of code] float3 float3::yzx() const; [0 lines of code] float3 float3::yzy() const; [0 lines of code] float3 float3::yzz() const; [0 lines of code] float3 float3::zxx() const; [-1 lines of code] float3 float3::zxy() const; [0 lines of code] float3 float3::zxz() const; [0 lines of code] float3 float3::zyx() const; [0 lines of code] float3 float3::zyy() const; [0 lines of code] float3 float3::zyz() const; [0 lines of code] float3 float3::zzx() const; [0 lines of code] float3 float3::zzy() const; [0 lines of code] float3 float3::zzz() const; [0 lines of code] Performs a 3D swizzled access to this vector. Use these functions to permute or replace elements of this vector with others. Return ValueThe function abc() returns float3(a,b,c). |