메소드 | 설명 | |
---|---|---|
AlphaBend ( this a, IMathVector b, double alpha ) : MathVector | ||
AngleBetweenVectors ( this v0, IMathVector v1 ) : double | ||
Cross ( this left, MathNet.Numerics.LinearAlgebra.Double right ) : MathNet.Numerics.LinearAlgebra.Double.DenseVector |
Cross product for 3D vectors http://stackoverflow.com/a/20015626/158285
|
|
Cross ( this math, double a, double b ) : double[] | ||
CrossTs ( this a, IMathVector b ) : MathVector | ||
LengthOfProjectionXY ( this vector ) : double | ||
MultiplyTransformTs ( this v, IMathTransform t ) : MathVector | ||
Project ( this a, IMathVector b ) : double |
gives the multiplier for b which would be the projection of a on b
|
|
ScaleTs ( this a, double b ) : MathVector |
public static AlphaBend ( this a, IMathVector b, double alpha ) : MathVector | ||
a | this | |
b | IMathVector | |
alpha | double | |
리턴 | MathVector |
public static AngleBetweenVectors ( this v0, IMathVector v1 ) : double | ||
v0 | this | |
v1 | IMathVector | |
리턴 | double |
public static Cross ( this left, MathNet.Numerics.LinearAlgebra.Double right ) : MathNet.Numerics.LinearAlgebra.Double.DenseVector | ||
left | this | |
right | MathNet.Numerics.LinearAlgebra.Double | |
리턴 | MathNet.Numerics.LinearAlgebra.Double.DenseVector |
public static Cross ( this math, double a, double b ) : double[] | ||
math | this | |
a | double | |
b | double | |
리턴 | double[] |
public static CrossTs ( this a, IMathVector b ) : MathVector | ||
a | this | |
b | IMathVector | |
리턴 | MathVector |
public static LengthOfProjectionXY ( this vector ) : double | ||
vector | this | |
리턴 | double |
public static MultiplyTransformTs ( this v, IMathTransform t ) : MathVector | ||
v | this | |
t | IMathTransform | |
리턴 | MathVector |
public static Project ( this a, IMathVector b ) : double | ||
a | this | |
b | IMathVector | |
리턴 | double |
public static ScaleTs ( this a, double b ) : MathVector | ||
a | this | |
b | double | |
리턴 | MathVector |