Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPoint3D Structure
Fields Properties Methods


In This Topic
    NPoint3D Structure Members
    In This Topic

    The following tables list the members exposed by NPoint3D.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor.  
    Top
    Public Fields
     NameDescription
    Public FieldThe X coordinate of this point.  
    Public FieldThe Y coordinate of this point.  
    Public FieldThe Z coordinate of this point.  
    Public Fieldstatic (Shared in Visual Basic)The zero point (0, 0, 0).  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether the vector is the unit vector (e.g. Length == 1)  
    Public PropertyChecks whether this is the zero point (i.e. x and y are 0).  
    Public PropertyGets the vector length  
    Public PropertyGets the vector length square (length * length)  
    Top
    Public Methods
     NameDescription
    Public MethodDeserializes the object state from the specified property bag.  
    Public MethodMeasures the distance between this point and the specified point.  
    Public MethodPerforms a scalar division of a vector.  
    Public MethodOverloaded. Checks whether this point is equal to the other point  
    Public Method  
    Public MethodInverses this vector (e.g. makes this vector with oposite direction)  
    Public MethodPerforms a scalar multiplication of this vector with the specified scalar and returns the resulting vector.  
    Public MethodMakes this vector the unit vector (e.g. its length becomes 1).  
    Public MethodOverloaded. Scales the point around the specified pin with the specified scale factors.  
    Public MethodSerializes the object state into the specified property bag.  
    Public MethodReturns the string representation of this object  
    Public MethodTranslates the point with the specified amounts.  
    Top
    Public Operators
    Adds b coordinates to a coordinates and returns the resulting point (binary +).
    Divides the a coordinates by the specified divisor.
    Determines whether a is equal to b.
    Determines whether a is not equal to b.
    Multiplies the a coordinates by the specified miltiplier.
    Subtracts b coordinates from a coordinates and returns the resulting point (binary -).
    Top
    See Also