Class MathUtils
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class MathUtils : NXRemotableObject, IMessageSink
Constructors
MathUtils(Session)
Declaration
protected MathUtils(Session owner)
Parameters
| Type | Name | Description |
|---|---|---|
| Session | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
Methods
Multiply(Matrix3x3, Point3d)
Declaration
public Point3d Multiply(Matrix3x3 matrix, Point3d originalPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix3x3 | matrix | |
| Point3d | originalPoint |
Returns
| Type | Description |
|---|---|
| Point3d |
Multiply(Matrix3x3, Vector3d)
Declaration
public Vector3d Multiply(Matrix3x3 matrix, Vector3d originalVector)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix3x3 | matrix | |
| Vector3d | originalVector |
Returns
| Type | Description |
|---|---|
| Vector3d |
Orthonormalize(Matrix3x3)
Declaration
public Matrix3x3 Orthonormalize(Matrix3x3 original)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix3x3 | original |
Returns
| Type | Description |
|---|---|
| Matrix3x3 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink