StiCamera3D Class
Namespace: Stimulsoft.Report.Chart
Constructors
| Constructor | Description |
|---|---|
| StiCamera3D(StiRender3D render, StiVector3 point) |
StiCamera3D(render: StiRender3D, point: StiVector3)
Parameters
- render (StiRender3D)
- point (StiVector3)
Properties
| Property | Type | Description |
|---|---|---|
| Position | StiVector4 | |
| Render | StiRender3D |
Methods
| Method | Returns | Description |
|---|---|---|
| CameraMatrix | StiMatrix | |
| RotateMatrix | StiMatrix | |
| TranslateMatrix | StiMatrix |
Method Details
CameraMatrix
CameraMatrix(): StiMatrix
Returns StiMatrix
RotateMatrix
RotateMatrix(): StiMatrix
Returns StiMatrix
TranslateMatrix
TranslateMatrix(): StiMatrix
Returns StiMatrix
Fields
| Field | Type | Description |
|---|---|---|
| FarPlane | double | |
| NearPlane | double | |
| h_fov | double | |
| v_fov | double |