Contour |
The ContourPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo | (Inherited from Point) |
![]() | Dist |
Distance的别名
(Inherited from Point) |
![]() | Distance |
计算此Point对象与另一个Point对象之间的距离。
(Inherited from Point) |
![]() | DistanceSquare |
计算此Point对象与另一个Point对象之间距离的平方。
(Inherited from Point) |
![]() | DistSqr |
DistanceSquare的别名
(Inherited from Point) |
![]() | Equals | (Inherited from Point) |
![]() | GetHashCode | (Inherited from Point) |
![]() | IsValid |
检查Point对象的坐标值是否在有效范围内。
(Inherited from Point) |
![]() | Lerp |
对两个Point顶点进行线性插值。
(Inherited from Point) |
![]() | Max |
获取当前顶点和另一个顶点各分量的最大值。
(Inherited from Point) |
![]() | Min |
获取当前顶点和另一个顶点各分量的最小值。
(Inherited from Point) |
![]() | Set(Point) |
设置Vec2i的坐标,基于另一个Point实例。
(Inherited from Point) |
![]() | Set(Double, Double, Double) |
设置Vec2i的X, Y和Z坐标。
(Inherited from Point) |
![]() | SetPoint | |
![]() | ToString | (Inherited from Point) |
![]() | Translate |
对当前顶点做平移
(Inherited from Point) |
![]() | Zero |
数据清零
(Inherited from Point) |