libdmtx 0.7.8.7
libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety.
|
libdmtx - Data Matrix Encoding/Decoding Library Copyright 2008, 2009 Mike Laughton. More...
Go to the source code of this file.
libdmtx - Data Matrix Encoding/Decoding Library Copyright 2008, 2009 Mike Laughton.
All rights reserved. Copyright 2012-2016 Vadim A. Misbakh-Soloviov. All rights reserved.
See LICENSE file in the main project directory for full terms of use and distribution.
Contact: Vadim A. Misbakh-Soloviov dmtx@.nosp@m.mva..nosp@m.name Mike Laughton mike@.nosp@m.drag.nosp@m.onfly.nosp@m.logi.nosp@m.c.com
二维向量数学运算
Definition in file dmtxvector2.c.
|
extern |
Definition at line 145 of file dmtxvector2.c.
|
extern |
计算点到直线的垂直距离
Definition at line 131 of file dmtxvector2.c.
|
extern |
计算直线上特定位置的点
I = p + t·v
[out] | point | 点I的坐标。 |
[in] | r | 直线 |
[in] | t | 表示沿射线方向的位置参数(从射线起点开始测量的距离)。 |
Definition at line 195 of file dmtxvector2.c.
|
extern |
判断两条直线是否相交,并计算交点。
用向量叉乘求直线交点 https://www.cnblogs.com/zhb2000/p/vector-cross-product-solve-intersection.html
point | 交点坐标(如果存在) |
p0 | 第一条直线 |
p1 | 第二条直线 |
Definition at line 170 of file dmtxvector2.c.
|
extern |
向量相加
Definition at line 37 of file dmtxvector2.c.
|
extern |
向量相加
Definition at line 26 of file dmtxvector2.c.
|
extern |
二维向量叉积
Definition at line 89 of file dmtxvector2.c.
|
extern |
二维向量点积
Definition at line 115 of file dmtxvector2.c.
|
extern |
二维向量的模
Definition at line 123 of file dmtxvector2.c.
|
extern |
归一化
Definition at line 97 of file dmtxvector2.c.
|
extern |
向量数乘
Definition at line 79 of file dmtxvector2.c.
|
extern |
向量数乘
Definition at line 68 of file dmtxvector2.c.
|
extern |
向量相减
Definition at line 58 of file dmtxvector2.c.
|
extern |
向量相减
Definition at line 47 of file dmtxvector2.c.