Cafu Engine
TreeT::BranchT::SegmentT Struct Reference

The segment of a branch. A branch consits of one or more segments. More...

#include "Tree.hpp"

Public Attributes

MatrixT Matrix
 Transformationsmatrix fuer dieses Segment. More...
 
float RadiusAtRoot
 Radius des Querschnitts dieses Segments an seiner Wurzel (am "Anfang"). More...
 
unsigned long FirstCoordIndex
 Index in the global tree vertices and texture coordinates array of the first vertice of this segment. More...
 
unsigned long NrOfCoords
 Number of vertices/texture coordinates of this segment. More...
 

Detailed Description

The segment of a branch. A branch consits of one or more segments.

Member Data Documentation

unsigned long TreeT::BranchT::SegmentT::FirstCoordIndex

Index in the global tree vertices and texture coordinates array of the first vertice of this segment.

MatrixT TreeT::BranchT::SegmentT::Matrix

Transformationsmatrix fuer dieses Segment.

unsigned long TreeT::BranchT::SegmentT::NrOfCoords

Number of vertices/texture coordinates of this segment.

float TreeT::BranchT::SegmentT::RadiusAtRoot

Radius des Querschnitts dieses Segments an seiner Wurzel (am "Anfang").


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