ObjFW
Loading...
Searching...
No Matches
Public Attributes | List of all members
OFVector3D Struct Reference

A vector in 3D space. More...

#include <ObjFW/OFObject.h>

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

A vector in 3D space.

Member Data Documentation

◆ x

float OFVector3D::x

The x coordinate of the vector

◆ y

float OFVector3D::y

The y coordinate of the vector

◆ z

float OFVector3D::z

The z coordinate of the vector


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