drawpointの例文
もっと例文: 1 2
- Consider a graphics API with functions to DrawPoint, DrawLine, and DrawSquare.
- It is easy to see that DrawLine can be implemented solely in terms of DrawPoint, and DrawSquare can in turn be implemented through four calls to DrawLine.
- For this reason the blasted rock is designed to fall into a supported drawpoint or removed with remote control LHD ( load, haul, dump machine ).
- With this method it is, theoretically, possible to build an entire 3D engine ( applying software rasterizing ) using only one native function in the form of DrawPoint, with other functions being implemented as and when time permits.
- If you were porting this API to a new architecture you would have a choice : implement three different functions natively ( taking more time to implement, but likely resulting in faster code ), or write DrawPoint natively, and implement the others as described above using common, cross-platform, code.