Struct gdnative_visual_script::common::Plane[]

#[repr(C)]
pub struct Plane { pub normal: TypedVector3D<f32, UnknownUnit>, pub d: f32, }

Plane in hessian form.

Fields

Trait Implementations

impl<'l> From<&'l Plane> for Variant

Performs the conversion.

impl Clone for Plane

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Plane

Formats the value using the given formatter. Read more

impl Copy for Plane

impl PartialEq<Plane> for Plane

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 Send for Plane

impl Sync for Plane