| 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).
| pt | A reference to a point to transform. | 
| ptDiagramCenter | Center of diagram in client coordinates. | 
| bScale | Specifies whether the transformed point should be scaled to client coordinates. |