Ctrl+K
↑ ↓ navigate
↵ select
esc close
VUEngine Studio
  • Home
  • Docs
  • Games
  • Download
  • About
  1. Home
  2. Documentation
  3. API
  4. Vector3DPlus Struct Reference

  • Introduction

  • Installation
  • Enhancing build times
  • Usage with other libraries

  • Getting Started
  • User Interface
  • Settings
  • Themes
  • Intellisense
  • Code Navigation
  • Source Control
  • Building
  • Flash Carts
  • Emulator
  • VUEngine Plugins

  • Introduction
  • Syntax
  • Features
  • Custom Features

  • Introduction
  • Design Principles
  • Coding Standards
  • Configuration
  • Decoupling
  • Memory
  • Graphics
  • Stages
  • Coordinate System
  • Game Logic
  • User Input
  • Physics
  • Sound
  • Post-Processing Effects
  • Communications
  • Rumble Effects
  • Development Tools
  • Debugging

  • Class Index
  • Typedefs
  • Enums

  • Introduction
  • Project Setup
  • First Steps
  • Title Screen
  • Pong Game State
  • Disk
  • Paddles
  • Collisions
  • Scores
  • Sound and Rumble

Vector3DPlus Struct Reference

#include <Body.h>

# Public Attributes

fix7_9_ext x
fix7_9_ext y
fix7_9_ext z

# Detailed Description

3D Vector struct for higher decimal precision

Definition at line 82 of file Body.h.

# Member Data Documentation

# x

fix7_9_ext Vector3DPlus::x

Definition at line 84 of file Body.h.

# y

fix7_9_ext Vector3DPlus::y

Definition at line 85 of file Body.h.

# z

fix7_9_ext Vector3DPlus::z

Definition at line 86 of file Body.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Component/Body/Body.h
© 2006, 2025 Team VUEngine