rwlogo

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Functions
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. More...
 

Detailed Description

Library: views 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
firstThe location of the first point.
countThe size of the array deltas.
deltasAn 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.

© Copyright 2015, 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.