Method | Description | |
---|---|---|
Render ( |
||
Resize ( |
||
Scene3DBase ( |
Method | Description | |
---|---|---|
DoDraw ( |
||
DrawLines ( |
||
DrawPolygon ( |
||
GetLines ( double min_length ) : System.Drawing.PointF[] | ||
GetPolygon ( double min_length ) : System.Drawing.PointF[] |
Method | Description | |
---|---|---|
CommitSize ( ) : void | ||
GetCameraFullViewSize ( ) : double | ||
GetViewCoordinates ( |
||
SliceLine ( double min_length, |
protected abstract DoDraw ( |
||
graphics | ||
return | void |
protected DrawLines ( |
||
graphics | ||
pen | ||
min_length | double | |
return | void |
protected DrawPolygon ( |
||
graphics | ||
pen | ||
min_length | double | |
return | void |
protected GetLines ( double min_length ) : System.Drawing.PointF[] | ||
min_length | double | |
return | System.Drawing.PointF[] |
protected GetPolygon ( double min_length ) : System.Drawing.PointF[] | ||
min_length | double | |
return | System.Drawing.PointF[] |
public Render ( |
||
graphics | ||
return | void |
public Resize ( |
||
new_size | ||
return | void |
public Scene3DBase ( |
||
size | ||
angle_of_view | double | |
camera_transform | ||
return | System |