Class FocalPoint

This class represents an image focal point.

See Also:

Property Summary 

PropertyDescription
x: Number (read-only)Returns the focal point abscissa.
y: Number (read-only)Returns the focal point ordinate.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

MethodDescription
getX()Returns the focal point abscissa.
getY()Returns the focal point ordinate.

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Property Details 

x: Number (read-only)

Returns the focal point abscissa.


y: Number (read-only)

Returns the focal point ordinate.


Method Details 

getX() 

getX(): Number

Returns the focal point abscissa.

Returns:

  • the focal point abscissa

getY() 

getY(): Number

Returns the focal point ordinate.

Returns:

  • the focal point ordinate