Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Member Functions | Public Attributes | List of all members
FLOAT4 Struct Reference

#include <WeaverTypes.h>

Public Member Functions

 FLOAT4 (float x=0, float y=0, float z=0, float w=0)
 
 FLOAT4 (FLOAT3 v)
 
 FLOAT4 (FLOAT2 v)
 
FLOAT4 operator/ (const float a) const
 
FLOAT4 operator+ (const FLOAT4 &a) const
 
FLOAT4 operator- (const FLOAT4 &a) const
 
FLOAT4 operator* (const FLOAT4 &a) const
 

Public Attributes

float x
 
float y
 
float z
 
float w
 

Constructor & Destructor Documentation

◆ FLOAT4() [1/3]

FLOAT4::FLOAT4 ( float  x = 0,
float  y = 0,
float  z = 0,
float  w = 0 
)
inline

◆ FLOAT4() [2/3]

FLOAT4::FLOAT4 ( FLOAT3  v)
inline

◆ FLOAT4() [3/3]

FLOAT4::FLOAT4 ( FLOAT2  v)
inline

Member Function Documentation

◆ operator*()

FLOAT4 FLOAT4::operator* ( const FLOAT4 a) const
inline

◆ operator+()

FLOAT4 FLOAT4::operator+ ( const FLOAT4 a) const
inline

◆ operator-()

FLOAT4 FLOAT4::operator- ( const FLOAT4 a) const
inline

◆ operator/()

FLOAT4 FLOAT4::operator/ ( const float  a) const
inline

Member Data Documentation

◆ w

float FLOAT4::w

◆ x

float FLOAT4::x

◆ y

float FLOAT4::y

◆ z

float FLOAT4::z

The documentation for this struct was generated from the following file: