Nebula
Loading...
Searching...
No Matches
Im3d::Vec2 Struct Reference

#include <im3d.h>

Public Member Functions

 Vec2 ()
 
 Vec2 (float _xy)
 
 Vec2 (float _x, float _y)
 
 operator float * ()
 
 operator const float * () const
 

Public Attributes

float x
 
float y
 

Constructor & Destructor Documentation

◆ Vec2() [1/3]

Im3d::Vec2::Vec2 ( )
inline

◆ Vec2() [2/3]

Im3d::Vec2::Vec2 ( float _xy)
inline

◆ Vec2() [3/3]

Im3d::Vec2::Vec2 ( float _x,
float _y )
inline

Member Function Documentation

◆ operator const float *()

Im3d::Vec2::operator const float * ( ) const
inline

◆ operator float *()

Im3d::Vec2::operator float * ( )
inline

Member Data Documentation

◆ x

float Im3d::Vec2::x

◆ y

float Im3d::Vec2::y

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