コード例 #1
0
        public override object Clone()
        {
            SphereSurfaceData clone = new SphereSurfaceData();

            clone.centre = this.centre;
            return(clone);
        }
コード例 #2
0
        public override SnapSurfaceData Mirror()
        {
            SphereSurfaceData mirror = Clone() as SphereSurfaceData;

            return(mirror);
        }