Méthode | Description | |
---|---|---|
PageAlignedPhysicalAxis ( |
Construct from a fully-blown physical axis.
|
|
PhysicalToWorld ( float physical ) : double |
return the world coordinate corresponding to the supplied physical coordinate.
|
|
WorldToPhysical ( double world ) : float |
return the physical coordinate corresponding to the supplied world coordinate.
|
|
WorldToPhysicalClipped ( double world ) : float |
return the physical coordinate corresponding to the supplied world coordinate, clipped if it is outside the bounds of the axis
|
public PageAlignedPhysicalAxis ( |
||
physicalAxis | the physical axis to get initial values from. | |
Résultat | System |
public PhysicalToWorld ( float physical ) : double | ||
physical | float | physical coordinate to determine world coordinate for. |
Résultat | double |
public WorldToPhysical ( double world ) : float | ||
world | double | world coordinate to determine physical coordinate for. |
Résultat | float |
public WorldToPhysicalClipped ( double world ) : float | ||
world | double | world coordinate to determine physical coordinate for. |
Résultat | float |