TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IVertexCopy in Tinman.Terrain.Vertices

interface IVertexCopy extends ICapacity
  base of IVertexArray
  VertexArrays

Attributes

Capacity

Returns the capacity of this object.

property Capacity { get }
type int32
value [>=0] The capacity, in elements.
inherited ICapacity.Capacity

Methods

CopyVertexData

Copies vertex data from one vertex to another.

method CopyVertexData (int32 from, int32 to)
params from The vertex to copy from.
  to The vertex to copy to.