📄 mvector.h
字号:
// template specialization for Ushort//template<> booleanMVector<Ushort, ushort>::abs() { return false ;}template<> booleanMVector<Ushort, ushort>::abs(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::neg() { return false ;}template<> booleanMVector<Ushort, ushort>::neg(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::round() { return false ;}template<> booleanMVector<Ushort, ushort>::round(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::ceil() { return false ;}template<> booleanMVector<Ushort, ushort>::ceil(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::cos() { return false ;}template<> booleanMVector<Ushort, ushort>::cos(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::tan() { return false ;}template<> booleanMVector<Ushort, ushort>::tan(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::cosh() { return false ;}template<> booleanMVector<Ushort, ushort>::cosh(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::tanh() { return false ;}template<> booleanMVector<Ushort, ushort>::tanh(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::asin() { return false ;}template<> booleanMVector<Ushort, ushort>::asin(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::asinh() { return false ;}template<> booleanMVector<Ushort, ushort>::asinh(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::acos() { return false ;}template<> booleanMVector<Ushort, ushort>::acos(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::acosh() { return false ;}template<> booleanMVector<Ushort, ushort>::acosh(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::atan() { return false ;}template<> booleanMVector<Ushort, ushort>::atan(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::atanh() { return false ;}template<> booleanMVector<Ushort, ushort>::atanh(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::rceil() { return false ;}template<> booleanMVector<Ushort, ushort>::rceil(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::floor() { return false ;}template<> booleanMVector<Ushort, ushort>::floor(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::rfloor() { return false ;}template<> booleanMVector<Ushort, ushort>::rfloor(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::sign() { return false ;}template<> booleanMVector<Ushort, ushort>::sign(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::sin() { return false ;}template<> booleanMVector<Ushort, ushort>::sin(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::sinh() { return false ;}template<> booleanMVector<Ushort, ushort>::sinh(const MVector<Ushort, ushort>& v1) { return false ;}template<> booleanMVector<Ushort, ushort>::centerClip(ushort u1, ushort u2) { return false ;}template<> booleanMVector<Ushort, ushort>::centerClip(ushort u1, ushort u2, const MVector<Ushort, ushort>& v1) { return false ;}// template specialization for Ulong//template<> booleanMVector<Ulong, ulong>::abs() { return false ;}template<> booleanMVector<Ulong, ulong>::abs(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::neg() { return false ;}template<> booleanMVector<Ulong, ulong>::neg(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::round() { return false ;}template<> booleanMVector<Ulong, ulong>::round(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::ceil() { return false ;}template<> booleanMVector<Ulong, ulong>::ceil(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::rceil() { return false ;}template<> booleanMVector<Ulong, ulong>::rceil(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::floor() { return false ;}template<> booleanMVector<Ulong, ulong>::floor(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::rfloor() { return false ;}template<> booleanMVector<Ulong, ulong>::rfloor(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::sign() { return false ;}template<> booleanMVector<Ulong, ulong>::sign(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::sin() { return false ;}template<> booleanMVector<Ulong, ulong>::sin(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::cos() { return false ;}template<> booleanMVector<Ulong, ulong>::cos(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::tan() { return false ;}template<> booleanMVector<Ulong, ulong>::tan(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::sinh() { return false ;}template<> booleanMVector<Ulong, ulong>::sinh(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::cosh() { return false ;}template<> booleanMVector<Ulong, ulong>::cosh(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::tanh() { return false ;}template<> booleanMVector<Ulong, ulong>::tanh(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::asin() { return false ;}template<> booleanMVector<Ulong, ulong>::asin(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::acos() { return false ;}template<> booleanMVector<Ulong, ulong>::acos(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::atan() { return false ;}template<> booleanMVector<Ulong, ulong>::atan(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::asinh() { return false ;}template<> booleanMVector<Ulong, ulong>::asinh(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::acosh() { return false ;}template<> booleanMVector<Ulong, ulong>::acosh(const MVector<Ulong, ulong>& v1) { return false ;}template<> booleanMVector<Ulong, ulong>::atanh() { return false ;}template<> booleanMVector<Ulong, ulong>::atanh(const MVector<Ulong, ulong>& v1) { return false ;}// template specialization for Ullong//template<> booleanMVector<Ullong, ullong>::abs() { return false ;}template<> booleanMVector<Ullong, ullong>::abs(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::neg() { return false ;}template<> booleanMVector<Ullong, ullong>::neg(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::round() { return false ;}template<> booleanMVector<Ullong, ullong>::round(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::ceil() { return false ;}template<> booleanMVector<Ullong, ullong>::ceil(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::rceil() { return false ;}template<> booleanMVector<Ullong, ullong>::rceil(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::floor() { return false ;}template<> booleanMVector<Ullong, ullong>::floor(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::rfloor() { return false ;}template<> booleanMVector<Ullong, ullong>::rfloor(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::sign() { return false ;}template<> booleanMVector<Ullong, ullong>::sign(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::sin() { return false ;}template<> booleanMVector<Ullong, ullong>::sin(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::cos() { return false ;}template<> booleanMVector<Ullong, ullong>::cos(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::tan() { return false ;}template<> booleanMVector<Ullong, ullong>::tan(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::sinh() { return false ;}template<> booleanMVector<Ullong, ullong>::sinh(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::cosh() { return false ;}template<> booleanMVector<Ullong, ullong>::cosh(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::tanh() { return false ;}template<> booleanMVector<Ullong, ullong>::tanh(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::asin() { return false ;}template<> booleanMVector<Ullong, ullong>::asin(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::acos() { return false ;}template<> booleanMVector<Ullong, ullong>::acos(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::atan() { return false ;}template<> booleanMVector<Ullong, ullong>::atan(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::asinh() { return false ;}template<> booleanMVector<Ullong, ullong>::asinh(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::acosh() { return false ;}template<> booleanMVector<Ullong, ullong>::acosh(const MVector<Ullong, ullong>& v1) { return false ;}template<> booleanMVector<Ullong, ullong>::atanh() { return false ;}template<> booleanMVector<Ullong, ullong>::atanh(const MVector<Ullong, ullong>& v1) { return false ;}// template specialization for Short//template<> booleanMVector<Short, short>::round() { return false ;}template<> booleanMVector<Short, short>::round(const MVector<Short, short>& v1) { return false ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -