deModelVertex Class Reference

Model Vertex. More...

#include <deModelVertex.h>

List of all members.

Public Member Functions

Constructors and Destructors
 deModelVertex ()
 Creates a new model vertex.
 ~deModelVertex ()
 Cleans up the model vertex.
Management
const decVectorGetPosition () const
 Retrieves the position.
void SetPosition (const decVector &position)
 Sets the position.
int GetWeightsIndex () const
 Retrieves the index of the weights.
void SetWeightsIndex (int index)
 Sets the index of the weights.
bool Equals (deModelVertex *vertex) const
 Determines if this vertex equals another vertex in position and weight index.
void CopyTo (deModelVertex *vertex) const
 Copies position and weight index over to the given vertex.

Detailed Description

Model Vertex.

Author:
Plüss Roland
Version:
1.0
Date:
2010

Constructor & Destructor Documentation

deModelVertex::deModelVertex (  )

Creates a new model vertex.

deModelVertex::~deModelVertex (  )

Cleans up the model vertex.


Member Function Documentation

void deModelVertex::CopyTo ( deModelVertex vertex ) const

Copies position and weight index over to the given vertex.

bool deModelVertex::Equals ( deModelVertex vertex ) const

Determines if this vertex equals another vertex in position and weight index.

const decVector& deModelVertex::GetPosition (  ) const [inline]

Retrieves the position.

int deModelVertex::GetWeightsIndex (  ) const [inline]

Retrieves the index of the weights.

void deModelVertex::SetPosition ( const decVector position )

Sets the position.

void deModelVertex::SetWeightsIndex ( int  index )

Sets the index of the weights.


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