CUGL 2.5
Cornell University Game Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cugl::physics2::net::PhysSyncEvent::Parameters Class Reference

#include <CUPhysSyncEvent.h>

Public Member Functions

 Parameters ()
 

Public Attributes

Uint64 obsId
 
float x
 
float y
 
float vx
 
float vy
 
float angle
 
float vAngular
 

Detailed Description

The type for the data in an object snapshot.

This contains the obstacles's global Id, position, and velocity.

Constructor & Destructor Documentation

◆ Parameters()

cugl::physics2::net::PhysSyncEvent::Parameters::Parameters ( )

Creates a new parameter set with default values

Member Data Documentation

◆ angle

float cugl::physics2::net::PhysSyncEvent::Parameters::angle

The obstacle angle

◆ obsId

Uint64 cugl::physics2::net::PhysSyncEvent::Parameters::obsId

The obstacle id

◆ vAngular

float cugl::physics2::net::PhysSyncEvent::Parameters::vAngular

The angular velocity

◆ vx

float cugl::physics2::net::PhysSyncEvent::Parameters::vx

The x-coordinate of the velocity

◆ vy

float cugl::physics2::net::PhysSyncEvent::Parameters::vy

The y-coordinate of the velocity

◆ x

float cugl::physics2::net::PhysSyncEvent::Parameters::x

The x-coordinate of the position

◆ y

float cugl::physics2::net::PhysSyncEvent::Parameters::y

The y-coordinate of the position


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