Click or drag to resize

ShVertex3 Class

Softhills Vertex 3D Point Math Class
Inheritance Hierarchy
SystemObject
  SHConnector.Utility.ModelsShVertex3

Namespace:  SHConnector.Utility.Models
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class ShVertex3

The ShVertex3 type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyX
X
Public propertyY
Y
Public propertyZ
Z
Top
Methods
  NameDescription
Public methodangleTo
두점 사이의 각
Public methodClone
Clone
Public methodStatic memberCross
Cross
Public methodDot
Dot (내적)
Public methodStatic memberGetAxisTransform
GetAxisTransform
Public methodGetLength
Length
Public methodStatic memberGetVertexAdd
Add
Public methodStatic memberGetVertexSub
Minus
Public methodLengthSq
Get Length Sq
Public methodNormalize
Normalize
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Add
Public operatorStatic memberDivision(ShVertex3, ShVertex3)
Division
Public operatorStatic memberDivision(ShVertex3, Single)
Division
Public operatorStatic memberMultiply
Multiply
Public operatorStatic memberSubtraction
Minus
Top
See Also