SConformal nΒΆ
scene.spad line 1524 [edit on github]
number of base dimensions (excluding point at infinity and point at origin)
- *: (DoubleFloat, %) -> %
from SPointCategory
- +: (%, %) -> %
from SPointCategory
- -: (%, %) -> %
from SPointCategory
- coerce: % -> OutputForm
from SPointCategory
- colinearity: (%, %) -> DoubleFloat
from SPointCategory
- dimension: % -> PositiveInteger
from SPointCategory
- distance: (%, %) -> DoubleFloat
from SPointCategory
- distanceSquared: (%, %) -> DoubleFloat
from SPointCategory
- extendedCoords: % -> List DoubleFloat
from SPointCategory
- inBounds?: (%, %, %) -> Boolean
from SPointCategory
- isPoint?: % -> Boolean
from SPointCategory
- isVector?: % -> Boolean
from SPointCategory
- latex: % -> String
from SetCategory
- max: (%, %) -> %
from SPointCategory
- min: (%, %) -> %
from SPointCategory
- normalisePoint: % -> %
normalised point has scalar value of one, if this is not the case then scale values
- parallel: (%, %) -> DoubleFloat
from SPointCategory
- perpendicular: (%, %) -> %
from SPointCategory
- Pnan?: % -> Boolean
from SPointCategory
- screenCoords: % -> List DoubleFloat
from SPointCategory
- screenCoordX: % -> DoubleFloat
from SPointCategory
- screenCoordY: % -> DoubleFloat
from SPointCategory
- screenCoordZ: % -> DoubleFloat
from SPointCategory
- sipnt: (Integer, Integer) -> %
from SPointCategory
- sipnt: (Integer, Integer, Integer) -> %
from SPointCategory
- sivec: (Integer, Integer) -> %
from SPointCategory
- sivec: (Integer, Integer, Integer) -> %
from SPointCategory
- spnt: (DoubleFloat, DoubleFloat) -> %
from SPointCategory
- spnt: (DoubleFloat, DoubleFloat, DoubleFloat) -> %
from SPointCategory
- svec: (DoubleFloat, DoubleFloat) -> %
from SPointCategory
- svec: (DoubleFloat, DoubleFloat, DoubleFloat) -> %
from SPointCategory
- toPoint: % -> %
from SPointCategory
- toVector: % -> %
from SPointCategory
- unitVector: % -> %
from SPointCategory