BCGControlBar Pro for MFC
CBCGPPoint CBCGPChartDiagram3D::TransformPoint ( const CBCGPPoint pt,
const CBCGPPoint ptDiagramCenter = CBCGPPoint(-1,-1),
BOOL  bScale = TRUE 
) const

Transforms point in normalized 3D coordinates.

This method is used to transform a point in normalized 3D coordinates (the internal 3D chart representation).

The transformation includes rotation and scaling to client coordinates (if bScale is TRUE).

Parameters
ptA reference to a point to transform.
ptDiagramCenterCenter of diagram in client coordinates.
bScaleSpecifies whether the transformed point should be scaled to client coordinates.