20 search resultsShowing 1~20 results

Stocked
yumimatoba14

@yumimatoba14

DirectXでの正投影でハマったこと

正射影とも並行投影とも呼ばれるでしょうが、ここでは正投影と呼ばせていただきます。 DirectX を使うサンプルコードは多く透視投影を使っていると思います。 自分もそこから入ったのですが、正投影...

0
0
Comment0
yumimatoba14

@yumimatoba14

(C++)独自の streambuf を実装する

点群表示機能を自作してみるのおまけです。 std::streambuf の派生クラスの作り方のメモです。 背景 概要 C++プログラム中で必要となるバイト列のIOを抽象化するインタフェースとして...

1
1
Comment3
yumimatoba14

@yumimatoba14

(C++)クラスのmove操作を実装する

点群表示機能を自作してみるのおまけです。 RAIIクラスを実装する場合に move 操作をどう実装するか迷ったので、その検討内容を記録として残します。 前提 このページでは以下のクラスを前提とし...

0
0
Comment0

20 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in