コード例 #1
0
ファイル: vector2d.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUVector2DCreate(ref SUVector2D vector, ref SUPoint2D from, ref SUPoint2D to);
コード例 #2
0
 public static extern SU_RESULT SUTransformation2DNonUniformScaleAboutPoint(ref SUTransformation2D transform, ref SUPoint2D point, double x_scale, double y_scale);
コード例 #3
0
 public static extern SU_RESULT SUDimensionLinearSetPosition(SUDimensionLinearRef dimension, ref SUPoint2D position);
コード例 #4
0
 public static extern SU_RESULT SUTransformation2DRotation(ref SUTransformation2D transform, ref SUPoint2D point, double angle);
コード例 #5
0
 public static extern SU_RESULT SUTransformation2DScaleAboutPoint(ref SUTransformation2D transform, ref SUPoint2D point, double scale);
コード例 #6
0
 public static extern SU_RESULT SUPoint2DTransform(ref SUTransformation2D transform, ref SUPoint2D point);
コード例 #7
0
 public static extern SU_RESULT SUPoint2DDistanceToSUPoint2D(ref SUPoint2D point1, ref SUPoint2D point2, ref double distance);
コード例 #8
0
 public static extern SU_RESULT SUPoint2DOffset(ref SUPoint2D point1, ref SUVector2D vector, ref SUPoint2D point2);
コード例 #9
0
 public static extern SU_RESULT SUPoint2DGetEqual(ref SUPoint2D point1, ref SUPoint2D point2, ref bool equal);
コード例 #10
0
 public static extern SU_RESULT SUPoint2DToSUPoint2D(ref SUPoint2D point1, ref SUPoint2D point2, out SUVector2D vector);