Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Implementation of Bezier curve in C + +
no vote
The Bezier curve is realized by C + +, and the coefficients of the Bezier curve's parameter equation are calculated for other mapping software to draw, - C + + Achieve Bezier curves, Bezier curves to calculate the parameters of equation coefficients for the other mapping software for mapping
初见
2016-08-23
0
1
AABB collision detection
no vote
Use the AABB algorithm for collision detection between objects, objects using triangle patch, triangular patch of the algorithm enters two objects and collision detection time and other information. AABB algorithm is used to analyse the two objects, collision detection, object using triangles, said algorithm triangles in the input of the collision of two objects and collision detection time and other information.
初见
2016-08-23
1
1
Written in C language Bezier curve
4.0
Bezier curve written in C language, Bezier curve is such a curve, it is a smooth curve drawn according to the coordinates of four arbitrary points. In history, people who studied Bezier curve first designed this kind of vector curve drawing method according to the idea of determining four points according to the known curve parameter equation. What's more interesting about Bessel curve is its "rubber band effect", that is to say, as the point moves regularly, the curve will produce the same transformation as rubber band extension, which will bring visual impact. In 1962, Pierre & nbsp; B é zier, a French mathematician, was the first to study the method of drawing curves with vectors, and gave a detailed calculation formula. Therefore, the curve drawn according to this formula was named Bessel curve by his surname.
初见
2016-08-23
0
1
No more~