Search Results for

    Show / Hide Table of Contents

    Class Quaternion

    Inheritance
    System.Object
    Quaternion
    Inherited Members
    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.VectorArithmetic
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class Quaternion

    Constructors

    Quaternion()

    Declaration
    public Quaternion()

    Fields

    q0

    Declaration
    public double q0
    Field Value
    Type Description
    System.Double

    q1

    Declaration
    public double q1
    Field Value
    Type Description
    System.Double

    q2

    Declaration
    public double q2
    Field Value
    Type Description
    System.Double

    q3

    Declaration
    public double q3
    Field Value
    Type Description
    System.Double

    Methods

    CalcAxisRot(Double, Double, Double, Double)

    Declaration
    public static Quaternion CalcAxisRot(double x, double y, double z, double angle)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    System.Double z
    System.Double angle
    Returns
    Type Description
    Quaternion

    GetMatrix()

    Declaration
    public Matrix3 GetMatrix()
    Returns
    Type Description
    Matrix3
    In This Article
    Back to top Generated by DocFX