RVC::GEOMETRIC::MAKEPARMSBASE Class Reference
Make parameter base class for RVC::GEOMETRIC objects.
More...
#include <rvc/geometrc.h>
List of all members.
Detailed Description
Make parameter base class for RVC::GEOMETRIC objects.
Constructor & Destructor Documentation
| RVC::GEOMETRIC::MAKEPARMSBASE::MAKEPARMSBASE |
( |
POINTTYPE |
PointType |
) |
[inline] |
Member Function Documentation
| const DRECT3D& RVC::GEOMETRIC::MAKEPARMSBASE::GetExtents |
( |
|
) |
const [inline] |
Get vector object extents.
- Returns:
- Extents of the vector object
| POINTTYPE RVC::GEOMETRIC::MAKEPARMSBASE::GetPointType |
( |
|
) |
const [inline] |
Obtain point coordinate type for vector creation.
- Returns:
- RVCGEOMETRIC::POINTTYPE coordinate type
| double RVC::GEOMETRIC::MAKEPARMSBASE::GetXScale |
( |
|
) |
const [inline] |
Get vector x scale value.
- Returns:
- Vector X scale value
| double RVC::GEOMETRIC::MAKEPARMSBASE::GetYScale |
( |
|
) |
const [inline] |
Get vector y scale value.
- Returns:
- Vector Y scale value
| double RVC::GEOMETRIC::MAKEPARMSBASE::GetZScale |
( |
|
) |
const [inline] |
Get vector z scale value.
- Returns:
- Vector Z scale value
| void RVC::GEOMETRIC::MAKEPARMSBASE::SetExtents |
( |
const DRECT3D & |
rect |
) |
[inline] |
Set vector object extents.
| void RVC::GEOMETRIC::MAKEPARMSBASE::SetPointType |
( |
POINTTYPE |
PointType |
) |
[inline] |
Set coordinate point type for vector creation.
| void RVC::GEOMETRIC::MAKEPARMSBASE::SetXScale |
( |
double |
xscale |
) |
[inline] |
Set vector x scale value.
| void RVC::GEOMETRIC::MAKEPARMSBASE::SetYScale |
( |
double |
yscale |
) |
[inline] |
Set vector y scale value.
| void RVC::GEOMETRIC::MAKEPARMSBASE::SetZScale |
( |
double |
zscale |
) |
[inline] |
Set vector x scale value.
Member Data Documentation
The documentation for this class was generated from the following file: