Nugget
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
Lerp Struct Reference
Collaboration diagram for Lerp:
Collaboration graph
[legend]

Public Types

enum  { LERPU , LERPS , LERPD , LERPC }
 

Public Attributes

union { 
 
   struct LerpU   u 
 
   struct LerpS   s 
 
   struct LerpD   d 
 
   struct LerpC   c 
 
};  
 
int32_t p
 
int32_t speed
 
enum Lerp:: { ... }  type
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LERPU 
LERPS 
LERPD 
LERPC 

Member Data Documentation

◆ [union]

union { ... } Lerp

◆ c

struct LerpC Lerp::c

◆ d

struct LerpD Lerp::d

◆ p

int32_t Lerp::p

◆ s

struct LerpS Lerp::s

◆ speed

int32_t Lerp::speed

◆ []

enum { ... } Lerp::type

◆ u

struct LerpU Lerp::u

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