True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

void TA::CollisionObjectLineList::Initialise (
const Vec3 *   v3PointList,
int   nNumLines
 

Call this function to initialise the line list.

Parameters:
v3PointList
An array of points representing a list of lines stored in the format:
  • Line 1 Start Point.
  • Line 1 End Point.
  • Line 2 Start Point.
  • Line 2 End Point.
  • Line 3 Start Point.
  • Line 3 End Point.
  • etc.
The array is twice the size of the number of lines.
nNumLines
The number of lines to add to the line list.



© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.