예제 #1
0
 public CylinderShape(CylinderShapeDescriptor descriptor)
 {
     WrappedCylinderShape = new global::DigitalRune.Geometry.Shapes.CylinderShape(descriptor.Radius,descriptor.Height);
     UserData = descriptor.UserData;
 }
예제 #2
0
 public CylinderShape(CylinderShapeDescriptor descriptor)
 {
     WrappedCylinderShape = new global::DigitalRune.Geometry.Shapes.CylinderShape(descriptor.Radius, descriptor.Height);
     UserData             = descriptor.UserData;
 }