Column-dimension (Levy) curve of Fragment

Source: Internet
Author: User

Levy curve fragment, which is generated by dividing a line segment into two equal and vertical lines without stopping. I have not found much information about it on the Internet. I only have the following sentence and do not know whether it is related to it:

In 1827, the British plant scientist Brown (R. Brown, 1773-1858) used a microscope to find micro particles walking randomly in the liquid. This phenomenon is called the Brown Movement. Later, scientists studied the Brown Movement in many aspects. On this basis, we established the random process theory. In the 1980s s, people looked at the Brown Movement with a fractal view, and found the internal relationship between the theory of determination and the random theory, in connection with Levy flight.

We found the importance of the stable distribution of Levi (Paul Levy, 1886-1971) and applied it to economics, the Brown Movement, Galaxy distribution, and other fields.

The end of levy fragment is very similar to the English letter C. Its core fragment code is as follows:

static void FractalC(const Vector3& vStart, const Vector3& vEnd, Vector3* pVertices){    pVertices[0] = vStart;    pVertices[3] = vEnd;    pVertices[1].x = (vStart.x + vStart.y + vEnd.x - vEnd.y) / 2;    pVertices[1].y = (vEnd.x + vEnd.y + vStart.y - vStart.x) / 2;    pVertices[1].z = 0.0f;    pVertices[2].x = pVertices[1].x;    pVertices[2].y = pVertices[1].y;    pVertices[2].z = 0.0f;}

In the following post, we will describe the fragment of Levy's levels:

Software: http://files.cnblogs.com/WhyEngine/Fractal.7z

Column-dimension (Levy) curve of Fragment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.