Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::vec2a Struct Reference

Two component vector manually padded to 16 byte size. More...

#include <ClipmapTerrainTypes.h>

Inheritance diagram for Cogs::vec2a:

Public Member Functions

 vec2a (float x, float y)
 

Public Attributes

float pad [2]
 

Detailed Description

Two component vector manually padded to 16 byte size.

Definition at line 61 of file ClipmapTerrainTypes.h.

Constructor & Destructor Documentation

◆ vec2a() [1/2]

Cogs::vec2a::vec2a ( )
inline

Definition at line 63 of file ClipmapTerrainTypes.h.

◆ vec2a() [2/2]

Cogs::vec2a::vec2a ( float  x,
float  y 
)
inlineexplicit

Definition at line 64 of file ClipmapTerrainTypes.h.

Member Data Documentation

◆ pad

float Cogs::vec2a::pad[2]

Definition at line 66 of file ClipmapTerrainTypes.h.


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