• matGeom的设计是一个Matlab图书馆的几何计算的。 使用的功能包括在matGeom,你能够创造、转换、处理和显示的几何图元(点、线、面、飞机等)。

    典型的业务涉及创建的形状,计算的交叉口,以改变形状坐标时,相结合的形状,以创建新的。 你可以看看演示网页有一个概览的语法和可能性。

    图书馆组成的若干程序包:

    ·geom2d为一般功能在2D欧几里德的飞机,

    ·polygons2d工作与折线和多边形,

    ·图表,用于工作上的平面图,

    ·polynomialCurves2d,可用于配件的几何曲线上设置的分,通常后coutour检测程序,

    ·geom3d为一般功能在3D欧几里德的空间,

    ·meshes3d操纵的网格由若干多边形的面孔。

    图书馆还包含的功能操纵面的网格。

  • matGeom बनाया गया है होना करने के लिए एक Matlab पुस्तकालय के लिए ज्यामितीय कंप्यूटिंग. का उपयोग कर कार्यों में शामिल matGeom, आप बनाने में सक्षम हैं, बदलने, हेरफेर और प्रदर्शन ज्यामितीय पुरातन (अंक, लाइनों, बहुभुज, विमानों, आदि).

    विशिष्ट कार्यों को शामिल रचना, आकार की गणना के चौराहों बदलने, आकार निर्देशांक, आकृतियों के संयोजन बनाने के लिए नए लोगों को. आप कर सकते हैं पर एक नजर है डेमो पृष्ठों का अवलोकन करने के लिए सिंटैक्स और संभावनाओं.

    पुस्तकालय में आयोजित किया जाता है, कई संकुल:

    · geom2d के लिए सामान्य कार्यों में 2 डी इयूक्लिडियन विमान,

    · polygons2d साथ काम करने के लिए polylines और बहुभुज,

    · रेखांकन पर काम करने के लिए planar रेखांकन,

    · polynomialCurves2d है कि इस्तेमाल किया जा सकता है फिटिंग के लिए ज्यामितीय घटता पर सेट अंक, आम तौर पर एक के बाद coutour का पता लगाने की प्रक्रिया है,

    · geom3d के लिए सामान्य कार्यों में 3 डी इयूक्लिडियन अंतरिक्ष,

    · meshes3d जोड़ तोड़ के लिए meshes रचित कई polygonal ।

    पुस्तकालय भी शामिल कार्यों के हेरफेर के लिए सतह meshes.

  • matGeom is designed to be a Matlab library for geometric computing. Using the functions included in matGeom, you are able to create, transform, manipulate and display geometric primitives (points, lines, polygons, planes, etc.).

    Typical operations involve creation of shapes, computation of intersections, transforming shape coordinates, combining shapes to create new ones. You can have a look at the demo pages to have an overview of the syntax and possibilities.

    The library is organised into several packages:

    · geom2d for general functions in the 2D euclidean plane,

    · polygons2d for working with polylines and polygons,

    · graphs for working on planar graphs,

    · polynomialCurves2d that can be used for fitting geometric curves on set of points, typically after a coutour detection procedure,

    · geom3d for general functions in the 3D euclidean space,

    · meshes3d for manipulating meshes composed of several polygonal faces.

    The library also contains functions for manipulation of surface meshes.