Click or drag to resize

ContourPoint Methods

返回用户文档首页

The ContourPoint type exposes the following members.

Methods
 NameDescription
Public methodCompareTo
(Inherited from Point)
Public methodDist Distance的别名
(Inherited from Point)
Public methodDistance 计算此Point对象与另一个Point对象之间的距离。
(Inherited from Point)
Public methodDistanceSquare 计算此Point对象与另一个Point对象之间距离的平方。
(Inherited from Point)
Public methodDistSqr DistanceSquare的别名
(Inherited from Point)
Public methodEquals
(Inherited from Point)
Public methodGetHashCode
(Inherited from Point)
Public methodIsValid 检查Point对象的坐标值是否在有效范围内。
(Inherited from Point)
Public methodLerp 对两个Point顶点进行线性插值。
(Inherited from Point)
Public methodMax 获取当前顶点和另一个顶点各分量的最大值。
(Inherited from Point)
Public methodMin 获取当前顶点和另一个顶点各分量的最小值。
(Inherited from Point)
Public methodSet(Point) 设置Vec2i的坐标,基于另一个Point实例。
(Inherited from Point)
Public methodSet(Double, Double, Double) 设置Vec2i的X, Y和Z坐标。
(Inherited from Point)
Public methodSetPoint 
Public methodToString
(Inherited from Point)
Public methodTranslate 对当前顶点做平移
(Inherited from Point)
Public methodZero 数据清零
(Inherited from Point)
Top
See Also