Struct ruststep::ap203::config_control_design::PointOnSurface [−][src]
pub struct PointOnSurface {
pub point: Point,
pub basis_surface: SurfaceAny,
pub point_parameter_u: ParameterValue,
pub point_parameter_v: ParameterValue,
}
Fields
point: Point
basis_surface: SurfaceAny
point_parameter_u: ParameterValue
point_parameter_v: ParameterValue
Implementations
pub fn new(
point: Point,
basis_surface: SurfaceAny,
point_parameter_u: ParameterValue,
point_parameter_v: ParameterValue
) -> Self
pub fn new(
point: Point,
basis_surface: SurfaceAny,
point_parameter_u: ParameterValue,
point_parameter_v: ParameterValue
) -> Self
Constructs a new PointOnSurface
.
Methods from Deref<Target = Point>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PointOnSurface
impl Send for PointOnSurface
impl Sync for PointOnSurface
impl Unpin for PointOnSurface
impl UnwindSafe for PointOnSurface
Blanket Implementations
Mutably borrows from an owned value. Read more