Struct gdnative_visual_script::common::Plane [−]
#[repr(C)]pub struct Plane { pub normal: TypedVector3D<f32, UnknownUnit>, pub d: f32, }
Plane in hessian form.
Fields
normal: TypedVector3D<f32, UnknownUnit>
d: f32
Trait Implementations
impl<'l> From<&'l Plane> for Variant
impl<'l> From<&'l Plane> for Variant
impl Clone for Plane
impl Clone for Plane
fn clone(&self) -> Plane
fn clone(&self) -> Plane
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Plane
impl Debug for Plane
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for Plane
impl Copy for Plane
impl PartialEq<Plane> for Plane
impl PartialEq<Plane> for Plane