DHART
Loading...
Searching...
No Matches
DHARTAPI.SpatialStructures.Node Struct Reference

A point in space. More...

Public Member Functions

override string ToString ()
 Get a string representation of this node's coordinates. More...
 
Vector3D ToVector3D ()
 Create a vector3D with this node's X,Y and Z coordinates.
 

Public Attributes

float x
 The X coordinate.
 
float y
 The Y coordinate.
 
float z
 The Z coordinate
 
short type
 Unused.
 
int id
 The ID of this node.
 

Detailed Description

A point in space.

Remarks
Used internally by the graph generator.

Member Function Documentation

◆ ToString()

override string DHARTAPI.SpatialStructures.Node.ToString ( )

Get a string representation of this node's coordinates.

Returns
A string containing this node's X,Y, and Z coordinates.

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