Click or drag to resize

vert3 Class

Inheritance Hierarchy
SystemObject
  NextFEMapivert3

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.4.1.2 (2.4.1.2)
Syntax
[SerializableAttribute]
public class vert3 : IComparable<vert3>

The vert3 type exposes the following members.

Properties
 NameDescription
Public propertyat Return the value at the desired index, starting at 1
Top
Methods
 NameDescription
Public methodLength Length of the vector
Public methodNormalize Normalize the vector
Public methodtoArray Returns vert3 coordinates as array of double
Public methodStatic memberv3cross Cross product between 2 vectors
Public methodStatic memberv3dot Dot product between 2 vectors
Public methodv3Transform Transform vector to a new coordinate system (CS)
Top
See Also