Function coordinate
pub fn coordinate<I>(
axis: usize,
relation: Option<&SpatialSupport<I>>,
) -> Result<ExpressionType<I>, TypeViolation<I>>where
I: Clone,Description
Type one Cartesian coordinate in the Relation scope.
pub fn coordinate<I>(
axis: usize,
relation: Option<&SpatialSupport<I>>,
) -> Result<ExpressionType<I>, TypeViolation<I>>where
I: Clone,Type one Cartesian coordinate in the Relation scope.