rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

polypts.h File Reference

#include <ilviews/base/graphic.h>
#include <ilviews/base/value.h>

Classes

class  IlvPolyPoints
 Graphic class. More...

Functions

IlvPointIlvComputePointsFromDeltas (const IlvPoint &first, IlUInt count, IlvDeltaPoint const *deltas)
 Computes an array of points from displacements values.

Detailed Description

[library views ilviews/graphics/polypts.h] Declaration of the IlvPolyPoints class


Function Documentation

IlvComputePointsFromDeltas ( const IlvPoint first,
IlUInt  count,
IlvDeltaPoint const *  deltas 
)

Computes an array of points from displacements values.

Parameters:
first The location of the first point.
count The size of the array deltas.
deltas An array of at least count relative displacement values.
Returns:
An array of count+1 absolute point locations, starting at first, and following the successive count displacements indicated in deltas. You must not delete the returned array.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.