JavaScript DOMPointReadOnly : Object
      Represents a 3D point using homogeneous
        coordinates (x, y, z, and w). See also DOMPoint.
      
    
    
Instance Properties
      w : Number  
    
    
        The w coordinate of the point. Typically set to 1. See homogeneous
          coordinates for more details.
      
Example:
RunResults:
DOMPointReadOnly Methods
    
    fromPoint
    2 variants
    
      
        
        
        
        
          
            
              
  
    
    
    
  
  
  
  
    
      
        
  
    
    
    
            Returns a new DOMPointReadOnly that copies the coordinates from point.
          
Example:
RunResults:
      Returns a new DOMPointReadOnly that copies the coordinates from point.
    
Example:
RunResults:
  Copyright © PUBLIC Contributors