C# 클래스 SolidworksAddinFramework.MathPointExtensions

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework 1 사용 예제들

공개 메소드들

메소드 설명
AddTs ( this a, IMathVector b ) : MathPoint
Angle2D ( this p ) : double

Returns the angle in the xy plane between 0 and 2 Pi

Average ( this points ) : double[]
Distance ( this a, MathNet.Numerics.LinearAlgebra.Double.DenseVector b ) : double
Equals ( this a, IMathPoint b, double tol ) : bool
Equals ( this a, IMathVector b, double tol ) : bool
Equals ( this a, System.Vector3 b, double tol ) : bool
MultiplyTransformTs ( this v, IMathTransform t ) : MathPoint
Project ( this point, IMathPoint origin, IMathVector axis ) : MathPoint
SubtractTs ( this a, IMathPoint b ) : MathVector
SubtractTs ( this a, IMathVector b ) : MathVector
ToVector3 ( this a ) : System.Vector3

메소드 상세

AddTs() 공개 정적인 메소드

public static AddTs ( this a, IMathVector b ) : MathPoint
a this
b IMathVector
리턴 MathPoint

Angle2D() 공개 정적인 메소드

Returns the angle in the xy plane between 0 and 2 Pi
public static Angle2D ( this p ) : double
p this
리턴 double

Average() 공개 정적인 메소드

public static Average ( this points ) : double[]
points this
리턴 double[]

Distance() 공개 정적인 메소드

public static Distance ( this a, MathNet.Numerics.LinearAlgebra.Double.DenseVector b ) : double
a this
b MathNet.Numerics.LinearAlgebra.Double.DenseVector
리턴 double

Equals() 공개 정적인 메소드

public static Equals ( this a, IMathPoint b, double tol ) : bool
a this
b IMathPoint
tol double
리턴 bool

Equals() 공개 정적인 메소드

public static Equals ( this a, IMathVector b, double tol ) : bool
a this
b IMathVector
tol double
리턴 bool

Equals() 공개 정적인 메소드

public static Equals ( this a, System.Vector3 b, double tol ) : bool
a this
b System.Vector3
tol double
리턴 bool

MultiplyTransformTs() 공개 정적인 메소드

public static MultiplyTransformTs ( this v, IMathTransform t ) : MathPoint
v this
t IMathTransform
리턴 MathPoint

Project() 공개 정적인 메소드

public static Project ( this point, IMathPoint origin, IMathVector axis ) : MathPoint
point this
origin IMathPoint
axis IMathVector
리턴 MathPoint

SubtractTs() 공개 정적인 메소드

public static SubtractTs ( this a, IMathPoint b ) : MathVector
a this
b IMathPoint
리턴 MathVector

SubtractTs() 공개 정적인 메소드

public static SubtractTs ( this a, IMathVector b ) : MathVector
a this
b IMathVector
리턴 MathVector

ToVector3() 공개 정적인 메소드

public static ToVector3 ( this a ) : System.Vector3
a this
리턴 System.Vector3