Nevron.Nov.Graphics Namespace / NPoint3D Structure


In This Topic
    NPoint3D Structure Methods
    In This Topic

    For a list of all members of this type, see NPoint3D members.

    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
    See Also