搜索资源列表
point
- 1. 将点-圆 柱的继承关系用类表示出来。 创建Point类、Circle类和Cylinder类 创建使用该三个类的主类。 注意:每个类至少有两个构造函数和三个方法。 - point- round- cylindrical inheritance relationship with class said. Create class Point, Circle, Cylinder class Created using the three main classes. N
NewtonBasicGeometry
- 这个例子展示了Newton物理引擎和Direct3D中怎样使用基本的几何形状(球,圆柱,箱子),注意这个例子中只使用了球,圆柱,箱子等几何形状,其他的Newton几何形状还包含圆锥、胶囊、斜面圆柱等。-This sample shows how to use some of the basic geometry in Newton (sphere, cylinder, box). Note that while only the sphere, cylinder, and box are use