Beispiel #1
0
        /*
         *
         * Model updates
         *
         */

        public void UpdateWithSource(SegmentSource segmentSource)         // Assuming unchanged point count
        {
            UpdateWithTransforms(segmentSource.pointTransforms);
        }
Beispiel #2
0
        /*
         *
         * Factories
         *
         */

        public static Segment SegmentWithSource(SegmentSource segmentSource)
        {
            return(Segment.SegmentWithPointTransforms(segmentSource.pointTransforms));
        }