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

#include <WeaverTypes.h>

Public Member Functions

 FLOAT2 (float x=0, float y=0)
 
FLOAT2 operator/ (const float a) const
 
FLOAT2 operator+ (const FLOAT2 &a) const
 
FLOAT2 operator- (const FLOAT2 &a) const
 
FLOAT2 operator* (const FLOAT2 &a) const
 

Public Attributes

float x
 
float y
 

Constructor & Destructor Documentation

◆ FLOAT2()

FLOAT2::FLOAT2 ( float  x = 0,
float  y = 0 
)
inline

Member Function Documentation

◆ operator*()

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

◆ operator+()

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

◆ operator-()

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

◆ operator/()

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

Member Data Documentation

◆ x

float FLOAT2::x

◆ y

float FLOAT2::y

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