opencvd.cvcore

Undocumented in source.

Members

Aliases

CV_16S
alias CV_16S = CV16S
Undocumented in source.
CV_16SC2
alias CV_16SC2 = CV16SC2
Undocumented in source.
CV_16U
alias CV_16U = CV16U
Undocumented in source.
CV_32F
alias CV_32F = CV32F
Undocumented in source.
CV_32S
alias CV_32S = CV32S
Undocumented in source.
CV_64F
alias CV_64F = CV64F
Undocumented in source.
CV_8S
alias CV_8S = CV8S
Undocumented in source.
CV_8U
alias CV_8U = CV8U
Undocumented in source.
CV_8UC1
alias CV_8UC1 = CV8UC1
Undocumented in source.
CV_8UC2
alias CV_8UC2 = CV8UC2
Undocumented in source.
CV_8UC3
alias CV_8UC3 = CV8UC3
Undocumented in source.
CV_8UC4
alias CV_8UC4 = CV8UC4
Undocumented in source.
Color
alias Color = Scalar
Undocumented in source.
Colors
alias Colors = Hierarchy
Undocumented in source.
Contour
alias Contour = Points
Undocumented in source.
CovarFlags
alias CovarFlags = int
Undocumented in source.
DftFlags
alias DftFlags = int
Undocumented in source.
MatType
alias MatType = int
Undocumented in source.
empty
alias empty = isEmpty
Undocumented in source.
split
alias split = matSplit
Undocumented in source.
subImageFromROI
alias subImageFromROI = matFromRect
Undocumented in source.

Enums

CMP_EQ
anonymousenum CMP_EQ
Undocumented in source.
CV8U
anonymousenum CV8U
Undocumented in source.
CovarScrambled
anonymousenum CovarScrambled
Undocumented in source.
DftForward
anonymousenum DftForward
Undocumented in source.
KMEANS_RANDOM_CENTERS
anonymousenum KMEANS_RANDOM_CENTERS
Undocumented in source.
MatChannels1
anonymousenum MatChannels1
Undocumented in source.
NORM_INF
anonymousenum NORM_INF
Undocumented in source.
RNG_UNIFORM
anonymousenum RNG_UNIFORM
Undocumented in source.

Functions

CV_MAKETYPE
int CV_MAKETYPE(int depth, int cn)
Undocumented in source. Be warned that the author may not have intended to support it.
Close_DoubleVector
void Close_DoubleVector(DoubleVector iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_FloatVector
void Close_FloatVector(FloatVector iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_IntVector
void Close_IntVector(IntVector iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_Vec2fs
void Close_Vec2fs(Vec2fs vec2fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_Vec3fs
void Close_Vec3fs(Vec3fs vec3fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_Vec3is
void Close_Vec3is(Vec3is vec3is)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_Vec4fs
void Close_Vec4fs(Vec4fs vec4fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_Vec4is
void Close_Vec4is(Vec4is vec4is)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Close_Vec6fs
void Close_Vec6fs(Vec6fs vec6fs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Contours_Close
void Contours_Close(Contours cs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DCT
void DCT(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
DFT
void DFT(Mat m, Mat dst, DftFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
DMatches_Close
void DMatches_Close(DMatches ds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Destroy
void Destroy(TermCriteria tc)
Undocumented in source. Be warned that the author may not have intended to support it.
Destroy
void Destroy(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
KeyPoints_Close
void KeyPoints_Close(KeyPoints ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Mats_Close
void Mats_Close(Mats mats)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MultiDMatches_Close
void MultiDMatches_Close(MultiDMatches mds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Point_Close
void Point_Close(Point p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Points_Close
void Points_Close(Points ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Rects_Close
void Rects_Close(Rects rs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
absDiff
void absDiff(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
addDouble
void addDouble(Mat m, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
addFloat
void addFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
addInt
void addInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
addScalar
void addScalar(Mat m, Scalar s)
Undocumented in source. Be warned that the author may not have intended to support it.
addUChar
void addUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
addWeighted
void addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
asFloat
Point2f[] asFloat(Point[] ip)
Undocumented in source. Be warned that the author may not have intended to support it.
asFloat
Point2f[][] asFloat(Point[][] pts)
Undocumented in source. Be warned that the author may not have intended to support it.
asInt
Point[] asInt(Point2f[] ip)
Undocumented in source. Be warned that the author may not have intended to support it.
asInt
Point[][] asInt(Point2f[][] pts)
Undocumented in source. Be warned that the author may not have intended to support it.
batchDistance
void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, int K, Mat mask, int update, bool crosscheck)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseAnd
void bitwiseAnd(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseAndWithMask
void bitwiseAndWithMask(Mat src1, Mat src2, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseNot
void bitwiseNot(Mat src1, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseNotWithMask
void bitwiseNotWithMask(Mat src1, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseOr
void bitwiseOr(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseOrWithMask
void bitwiseOrWithMask(Mat src1, Mat src2, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseXor
void bitwiseXor(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
bitwiseXorWithMask
void bitwiseXorWithMask(Mat src1, Mat src2, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
borderInterpolate
int borderInterpolate(int p, int len, CovarFlags borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
calcCovarMatrix
void calcCovarMatrix(Mat samples, Mat covar, Mat mean, CovarFlags flags, int ctype)
Undocumented in source. Be warned that the author may not have intended to support it.
cartToPolar
void cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle, bool angleInDegrees)
Undocumented in source. Be warned that the author may not have intended to support it.
checkRange
bool checkRange(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
Mat clone(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
void compare(Mat src1, Scalar src2, Mat dst, int ct)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
void compare(Mat src1, Mat src2, Mat dst, int ct)
Undocumented in source. Be warned that the author may not have intended to support it.
completeSymm
void completeSymm(Mat m, bool lowerToUpper)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Rect r, Point p)
Undocumented in source. Be warned that the author may not have intended to support it.
convertScaleAbs
void convertScaleAbs(Mat src, Mat dst, double alpha, double beta)
Undocumented in source. Be warned that the author may not have intended to support it.
convertTo
void convertTo(Mat m, Mat dst, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
convertTo
void convertTo(Mat m, Mat dst, int rtype, double alpha, double beta)
Undocumented in source. Be warned that the author may not have intended to support it.
copyMakeBorder
void copyMakeBorder(Mat src, Mat dst, int top, int bottom, int left, int right, CovarFlags borderType, Scalar value)
Undocumented in source. Be warned that the author may not have intended to support it.
copyTo
void copyTo(Mat m, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
copyToWithMask
void copyToWithMask(Mat m, Mat dst, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
countNonZero
int countNonZero(Mat src)
Undocumented in source. Be warned that the author may not have intended to support it.
determinant
double determinant(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
diag
Mat diag(Mat src, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
divide
void divide(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
divideFloat
void divideFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
divideInt
void divideInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
divideUChar
void divideUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
dot
double dot(Mat m1, Mat m2)
Undocumented in source. Be warned that the author may not have intended to support it.
eigen
bool eigen(Mat src, Mat eigenvalues, Mat eigenvectors)
Undocumented in source. Be warned that the author may not have intended to support it.
eigenNonSymmetric
void eigenNonSymmetric(Mat src, Mat eigenvalues, Mat eigenvectors)
Undocumented in source. Be warned that the author may not have intended to support it.
extractChannel
void extractChannel(Mat src, Mat dst, int coi)
Undocumented in source. Be warned that the author may not have intended to support it.
eye
Mat eye(Size sz, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
eye
Mat eye(int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
fillRandom
void fillRandom(uint64_t state, Mat mat, int distType, Scalar a, Scalar b, bool saturateRange)
Undocumented in source. Be warned that the author may not have intended to support it.
findNonZero
void findNonZero(Mat src, Mat idx)
Undocumented in source. Be warned that the author may not have intended to support it.
flip
void flip(Mat src, Mat dst, int flipCode)
Undocumented in source. Be warned that the author may not have intended to support it.
gemm
void gemm(Mat src1, Mat src2, double alpha, Mat src3, double beta, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
getCVTickCount
int64_t getCVTickCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getOptimalDFTSize
int getOptimalDFTSize(int vecsize)
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
Size getSize(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
getTickFrequency
double getTickFrequency()
Undocumented in source. Be warned that the author may not have intended to support it.
hconcat
void hconcat(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
idct
void idct(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
idft
void idft(Mat src, Mat dst, int flags, int nonzeroRows)
Undocumented in source. Be warned that the author may not have intended to support it.
inRange
void inRange(Mat src, Scalar lowerb, Scalar upperb, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
inRange
void inRange(Mat src, Mat lowerb, Mat upperb, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
insertChannel
void insertChannel(Mat src, Mat dst, int coi)
Undocumented in source. Be warned that the author may not have intended to support it.
invert
double invert(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
kmeans
double kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags, Point2f[] centers)
Undocumented in source. Be warned that the author may not have intended to support it.
kmeans
double kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags, Mat centers)
Undocumented in source. Be warned that the author may not have intended to support it.
magnitude
void magnitude(Mat x, Mat y, Mat magnitude)
Undocumented in source. Be warned that the author may not have intended to support it.
matExp
void matExp(Mat src, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
matFromRect
Mat matFromRect(Mat m, Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
matLog
void matLog(Mat src, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
matMax
void matMax(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
matMin
void matMin(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
matPow
void matPow(Mat src, double power, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
matSort
void matSort(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
matSortIdx
void matSortIdx(Mat src, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
matSplit
void matSplit(Mat src, Mats* mats)
Undocumented in source. Be warned that the author may not have intended to support it.
matSplit
void matSplit(Mat src, Mat[] _mats)
Undocumented in source. Be warned that the author may not have intended to support it.
matSubtract
void matSubtract(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
matSum
Scalar matSum(Mat src1)
Undocumented in source. Be warned that the author may not have intended to support it.
matTrace
Scalar matTrace(Mat src)
Undocumented in source. Be warned that the author may not have intended to support it.
meanStdDev
void meanStdDev(Mat src, Mat dstMean, Mat dstStdDev)
Undocumented in source. Be warned that the author may not have intended to support it.
merge
void merge(Mats mats, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
merge
void merge(Mat[] mats, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
minMaxIdx
void minMaxIdx(Mat m, double* minVal, double* maxVal, int* minIdx, int* maxIdx)
Undocumented in source. Be warned that the author may not have intended to support it.
minMaxLoc
void minMaxLoc(Mat m, double* minVal, double* maxVal, Point* minLoc, Point* maxLoc)
Undocumented in source. Be warned that the author may not have intended to support it.
minMaxLoc
void minMaxLoc(Mat a, double* minVal, double* maxVal, int* minIdx, int* maxIdx)
Undocumented in source. Be warned that the author may not have intended to support it.
mulSpectrums
void mulSpectrums(Mat a, Mat b, Mat c, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
void multiply(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
multiplyDouble
void multiplyDouble(Mat m, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
multiplyFloat
void multiplyFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
multiplyInt
void multiplyInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
multiplyUChar
void multiplyUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
newMat
Mat newMat()
Undocumented in source. Be warned that the author may not have intended to support it.
newMatFromArrayPtr
Mat newMatFromArrayPtr(int rows, int cols, int type, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
newMatFromBytes
Mat newMatFromBytes(int rows, int cols, int type, ByteArray buf)
Undocumented in source. Be warned that the author may not have intended to support it.
newMatFromContour
Mat newMatFromContour(Point[] pts)
Undocumented in source. Be warned that the author may not have intended to support it.
newMatFromPtr
Mat newMatFromPtr(Mat m, int rows, int cols, int type, int prows, int pcols)
Undocumented in source. Be warned that the author may not have intended to support it.
newMatFromScalar
Mat newMatFromScalar(Scalar ar, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
newMatWithSize
Mat newMatWithSize(int rows, int cols, int mt)
Undocumented in source. Be warned that the author may not have intended to support it.
newMatWithSizeFromScalar
Mat newMatWithSizeFromScalar(Scalar ar, int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
newTermCriteria
TermCriteria newTermCriteria(int typ, int maxCount, double epsilon)
Undocumented in source. Be warned that the author may not have intended to support it.
norm
double norm(Mat src1, int normType)
Undocumented in source. Be warned that the author may not have intended to support it.
normalize
void normalize(Mat src, Mat dst, double alpha, double beta, int typ)
Undocumented in source. Be warned that the author may not have intended to support it.
ones
Mat ones(Size sz, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
ones
Mat ones(int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
patchNaNs
void patchNaNs(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
performLUT
void performLUT(Mat src, Mat lut, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
perspectiveTransform
void perspectiveTransform(Mat src, Mat dst, Mat tm)
Undocumented in source. Be warned that the author may not have intended to support it.
perspectiveTransform
void perspectiveTransform(Point2f[] src, Point2f[] dst, Mat tm)
Undocumented in source. Be warned that the author may not have intended to support it.
phase
void phase(Mat x, Mat y, Mat angle, bool angleInDegrees)
Undocumented in source. Be warned that the author may not have intended to support it.
polarToCart
void polarToCart(Mat magnitude, Mat degree, Mat x, Mat y, bool angleInDegrees)
Undocumented in source. Be warned that the author may not have intended to support it.
randShuffle
void randShuffle(uint64_t state, Mat dst, double iterFactor)
Undocumented in source. Be warned that the author may not have intended to support it.
reduce
void reduce(Mat src, Mat dst, int dim, int rType, int dType)
Undocumented in source. Be warned that the author may not have intended to support it.
repeat
void repeat(Mat src, int nY, int nX, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
reshape
Mat reshape(Mat m, int cn, int rows)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
void rotate(Mat src, Mat dst, int rotationCode)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleAdd
void scaleAdd(Mat src1, double alpha, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
setTo
void setTo(Mat m, Scalar s)
Undocumented in source. Be warned that the author may not have intended to support it.
setTo
void setTo(Mat m, Scalar s, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
solve
bool solve(Mat src1, Mat src2, Mat dst, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
solveCubic
int solveCubic(Mat coeffs, Mat roots)
Undocumented in source. Be warned that the author may not have intended to support it.
solvePoly
double solvePoly(Mat coeffs, Mat roots, int maxIters)
Undocumented in source. Be warned that the author may not have intended to support it.
subtract
void subtract(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
subtractDouble
void subtractDouble(Mat m, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
subtractFloat
void subtractFloat(Mat m, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
subtractInt
void subtractInt(Mat m, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
subtractUChar
void subtractUChar(Mat m, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
transform
void transform(Mat src, Mat dst, Mat tm)
Undocumented in source. Be warned that the author may not have intended to support it.
transpose
void transpose(Mat src, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
vconcat
void vconcat(Mat src1, Mat src2, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
zeros
Mat zeros(Size sz, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
zeros
Mat zeros(int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ByteArray
struct ByteArray
Undocumented in source.
CStrings
struct CStrings
Undocumented in source.
CharVector
struct CharVector
Undocumented in source.
Contours
struct Contours
Undocumented in source.
DMatch
struct DMatch
Undocumented in source.
DMatches
struct DMatches
Undocumented in source.
DoubleVector
struct DoubleVector
Undocumented in source.
FloatVector
struct FloatVector
Undocumented in source.
Hierarchy
struct Hierarchy
Undocumented in source.
IntVector
struct IntVector
Undocumented in source.
KeyPoint
struct KeyPoint
Undocumented in source.
KeyPoints
struct KeyPoints
Undocumented in source.
Mat
struct Mat
Undocumented in source.
Mats
struct Mats
Undocumented in source.
Moment
struct Moment
Undocumented in source.
MultiDMatches
struct MultiDMatches
Undocumented in source.
PCA
struct PCA
Undocumented in source.
Point
struct Point
Undocumented in source.
Point2d
struct Point2d
Undocumented in source.
Point2f
struct Point2f
Undocumented in source.
Point2fs
struct Point2fs
Undocumented in source.
Point2fss
struct Point2fss
Undocumented in source.
Points
struct Points
Undocumented in source.
Pointss
struct Pointss
Undocumented in source.
Range
struct Range
Undocumented in source.
RangeVector
struct RangeVector
Undocumented in source.
Rect
struct Rect
Undocumented in source.
Rects
struct Rects
Undocumented in source.
RotatedRect
struct RotatedRect
Undocumented in source.
RotatedRects
struct RotatedRects
Undocumented in source.
Scalar
struct Scalar
Undocumented in source.
Size
struct Size
Undocumented in source.
TermCriteria
struct TermCriteria
Undocumented in source.
Vec2f
struct Vec2f
Undocumented in source.
Vec2fs
struct Vec2fs
Undocumented in source.
Vec3f
struct Vec3f
Undocumented in source.
Vec3fs
struct Vec3fs
Undocumented in source.
Vec3i
struct Vec3i
Undocumented in source.
Vec3is
struct Vec3is
Undocumented in source.
Vec4f
struct Vec4f
Undocumented in source.
Vec4fs
struct Vec4fs
Undocumented in source.
Vec4i
struct Vec4i
Undocumented in source.
Vec4is
struct Vec4is
Undocumented in source.
Vec6f
struct Vec6f
Undocumented in source.
Vec6fs
struct Vec6fs
Undocumented in source.

Meta