Ctrl+K
↑ ↓ navigate
↵ select
esc close
VUEngine Studio
  • Home
  • Docs
  • Games
  • Download
  • About
  1. Home
  2. Documentation
  3. API
  4. LineSpec 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

LineSpec Struct Reference

#include <Line.h>

# Public Attributes

WireframeSpec wireframeSpec
Vector3D a
 Starting point.
Vector3D b
 End point.

# Detailed Description

A Line spec

Definition at line 25 of file Line.h.

# Member Data Documentation

# a

Vector3D LineSpec::a

Starting point.

Definition at line 31 of file Line.h.

# b

Vector3D LineSpec::b

End point.

Definition at line 34 of file Line.h.

# wireframeSpec

WireframeSpec LineSpec::wireframeSpec

Definition at line 28 of file Line.h.


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